Skip to content

Commit

Permalink
[sxhkd] add additional monitor layout
Browse files Browse the repository at this point in the history
External monitor above laptop monitor
  • Loading branch information
meain committed Aug 11, 2023
1 parent 835bf37 commit 67b4d22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sxhkd/.config/sxhkd/sxhkdrc
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ super + shift + {u, o}
,i3-rotate-workspaces {left, right}
super + alt + control + grave
,i3-flip-workspaces
super + alt + control + shift + {0,1,2,3,4}
,screen-layout {0,1,2,3,4} && feh --bg-fill docs/Pictures/Wallpapers/current || notify 'Unable to update monitor config'
super + alt + control + shift + {0,1,2,3,4,5}
,screen-layout {0,1,2,3,4,5} && feh --bg-fill docs/Pictures/Wallpapers/current || notify 'Unable to update monitor config'
super + alt + control + shift + grave
find docs/Pictures/Wallpapers -type f | shuf -n1 | xargs feh --bg-fill

Expand Down

0 comments on commit 67b4d22

Please sign in to comment.