This commit is contained in:
Chris Cochrun 2023-08-31 15:23:14 -05:00
parent ede4467af8
commit c748aa12dd
2 changed files with 11 additions and 5 deletions

View file

@ -18,9 +18,9 @@ in
monitor=DP-1,preferred,1080x0,1.5
monitor=DP-2,preferred,3640,1
workspace=1,monitor:eDP-1,1,default:true
workspace=1,monitor:HDMI-A-1,2,default:true
workspace=2,monitor:HDMI-A-1,2,default:true
workspace=9,monitor:DP-2,9,gapsout:0,default:true
workspace=2,monitor:DP-1,1,default:true
workspace=1,monitor:DP-1,1,default:true
monitor=HDMI-A-1,transform,1
input {
@ -76,6 +76,7 @@ in
passes=3 # minimum 1, more passes = more resource intensive.
new_optimizations=true
ignore_opacity=false
special=false
}
drop_shadow=true
@ -168,7 +169,12 @@ in
bind = SUPERSHIFT,j,layoutmsg,swapnext
bind = SUPERCTRL,l,splitratio,+0.05
bind = SUPERCTRL,h,splitratio,-0.05
bind = SUPERCTRL,c,centerwindow
bind = SUPERSHIFT,c,centerwindow
bind = ALTCTRL,l,moveintogroup,right
bind = ALTCTRL,h,moveintogroup,left
bind = ALTCTRL,k,moveintogroup,up
bind = ALTCTRL,j,moveintogroup,down
bind = SUPERALT,g,togglegroup
bind = SUPER,1,workspace,1
bind = SUPER,2,workspace,2
@ -200,6 +206,8 @@ in
bind = SUPER,i,movewindow,left
bind = SUPERSHIFT,p,pin
bind = SUPER,n,movetoworkspace,special
bind = SUPERALT,a,movetoworkspace,special:agenda
bind = SUPER,g,togglespecialworkspace,agenda
binde = , XF86AudioMute, exec, pamixer -t
binde = , XF86AudioRaiseVolume, exec, /home/chris/bin/volup
@ -221,7 +229,6 @@ in
# blurls=notifications
exec-once = swww init
exec-once = swww img /home/chris/Pictures/wallpapers/nixorange.webp -t grow --transition-bezier .14,0,.14,.99
exec-once = dunst
exec-once = /home/chris/bin/startup.sh
exec-once = hyprctl dispatch --batch "splitratio 1; splitration -0.35"

View file

@ -1,6 +1,5 @@
#!/bin/sh
waybar &
kwalletd5 &
systemctl --user stop jellyfin-mpv-shim.service &
systemctl --user stop nextcloud-client.service &