This commit is contained in:
nub31
2025-05-12 12:26:33 +02:00
parent 97d3e161b6
commit f5e06b8116
3 changed files with 14 additions and 4 deletions

View File

@@ -7,6 +7,7 @@ source = rules.conf
$scritps = ~/.config/hypr/scripts
exec-once = mako &
exec-once = nm-applet &
exec-once = waybar &
exec-once = hyprpm reload -n

View File

@@ -17,7 +17,7 @@ windowrulev2 = noborder,class:^(jetbrains-.*)$,title:^( )$,floating:1
windowrulev2 = nofocus,class:^(jetbrains-.*)$,title:^(win.*)$,floating:1
# Center vscode prompts
windowrulev2 = center,xwayland:1,floating:1,fullscreen:0,pinned:0,initialTitle:Code - OSS
windowrulev2 = center,xwayland:1,floating:1,fullscreen:0,pinned:0,initialClass:Electron
# Steam friends list
windowrulev2 = float,initialClass:steam,initialTitle:Friends List
@@ -28,4 +28,9 @@ workspace = f[1], gapsout:0, gapsin:0
windowrule = bordersize 0, floating:0, onworkspace:w[tv1]
windowrule = rounding 0, floating:0, onworkspace:w[tv1]
windowrule = bordersize 0, floating:0, onworkspace:f[1]
windowrule = rounding 0, floating:0, onworkspace:f[1]
windowrule = rounding 0, floating:0, onworkspace:f[1]
# Prevend idle when using fullscreen app
windowrulev2 = idleinhibit fullscreen, class:^(*)$
windowrulev2 = idleinhibit fullscreen, title:^(*)$
windowrulev2 = idleinhibit fullscreen, fullscreen:1

View File

@@ -1,6 +1,9 @@
#!/bin/bash
set -e
set -e\
mkdir -p ~/.config
mkdir -p ~/wallpapers
if ! command -v yay 2>&1 >/dev/null
then
@@ -24,7 +27,8 @@ sudo pacman -Syu --noconfirm \
pavucontrol \
wl-clipboard \
orchis-theme \
brightnessctl
brightnessctl \
mako
if ! command -v yay 2>&1 >/dev/null
then