pgsql is more strict, increase the hackiness up to 11

This commit is contained in:
coolnsx
2024-04-20 01:03:23 +05:30
parent 44575db8ef
commit 87a1d4c5a1
10 changed files with 90 additions and 909 deletions

View File

@@ -4,9 +4,11 @@ monitor=,highrr,auto,1.5,bitdepth,10
$hypr_dir="$HOME/.config/hypr"
$accent=D81860
#$browser=google-chrome-stable
$browser=firefox
#envs
env = BROWSER,google-chrome-stable
env = BROWSER,$browser
env = EDITOR,nvim
env = GDK_BACKEND,wayland,x11
env = GDK_SCALE,2 #xwayland fractional scaling
@@ -88,6 +90,7 @@ animations {
animation = workspaces, 1, 6, default
}
dwindle {
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
@@ -162,7 +165,8 @@ bind = $mainMod, F5, exec, $hypr_dir/wifi
bind = $mainMod, return, exec, [workspace 2] foot
bind = $mainMod, Q, exec, $hypr_dir/dmenu_run_history
bind = $mainMod, G, exec, $hypr_dir/rungame
bind = $mainMod, A, exec, [workspace 1] google-chrome-stable
bind = $mainMod, SPACE, exec, $hypr_dir/bemoji
bind = $mainMod, A, exec, [workspace 1] $browser
bind = $mainMod, C, exec, [workspace 3] code
bind = $mainMod, E, exec, [workspace 3] pcmanfm
bind = $mainMod, B, exec, $hypr_dir/bkmark "add"
@@ -186,7 +190,7 @@ binde=, XF86AudioRaiseVolume, exec, pamixer --set-limit 140 --allow-boost -i 2 &
binde=, XF86AudioMute, exec, pamixer --set-limit 140 --allow-boost -t && $hypr_dir/volume
binde=, XF86AudioPlay, exec, echo cycle pause | socat - "/tmp/yt-music/yt-music-mpvsocket"
binde=, XF86AudioPause, exec, echo cycle pause | socat - "/tmp/yt-music/yt-music-mpvsocket"
binde= $mainMod, F10, exec, $HOME/repos_scripts/yt-music search_play
binde=, XF86Launch2, exec, $HOME/repos_scripts/yt-music search_play #why not :)
binde=, XF86AudioNext, exec, $HOME/repos_scripts/yt-music play_next
binde=, XF86AudioPrev, exec, $HOME/repos_scripts/yt-music play_next menu
binde=, XF86MonBrightnessUp, exec, $hypr_dir/brightness '+'
@@ -194,6 +198,7 @@ binde=, XF86MonBrightnessDown, exec, $hypr_dir/brightness '-'
#windows rules
windowrulev2=workspace 1,class:^(google-chrome)$
windowrulev2=workspace 1,class:^(firefox)$
windowrulev2=workspace 4,class:^(Google-chrome)$
windowrulev2=workspace 3,class:^(mpv)$
windowrulev2=workspace 3,class:^([c|C]ode)
@@ -204,8 +209,10 @@ windowrulev2=workspace 4,class:^(virt-manager)$
windowrulev2=bordercolor rgba(64f2a4FF), xwayland: 1
#workspace rules
workspace = 1, on-created-empty:google-chrome-stable
#workspace = 1, on-created-empty:-chrome-stable
workspace = 1, on-created-empty:$browser
workspace = 2, on-created-empty:foot
workspace = special, on-created-empty:[float] foot
#startup applications
exec-once=dbus-update-activation-environment --systemd --all