I3 to Sway #1
1 changed files with 3 additions and 2 deletions
|
@ -172,8 +172,8 @@ bindsym XF86MonBrightnessDown exec brightnessctl set 5%-
|
|||
bindsym XF86MonBrightnessUp exec brightnessctl set +5%
|
||||
|
||||
# Screenshots
|
||||
bindsym $ps1 exec grim ~/Pictures/ps_$(date +"%Y%m%d%H%M%S").png
|
||||
bindsym $ps2 exec grim -g "$(slurp)" ~/Pictures/ps_$(date +"%Y%m%d%H%M%S").png
|
||||
bindsym $ps1 exec grim ~/Pictures/Screenshots/ps_$(date +"%Y%m%d%H%M%S").png
|
||||
bindsym $ps2 exec grim -g "$(slurp)" ~/Pictures/Screenshots/ps_selection_$(date +"%Y%m%d%H%M%S").png
|
||||
|
||||
# Moving around:
|
||||
bindsym $mod+h focus left
|
||||
|
@ -301,6 +301,7 @@ client.urgent $nord11 $nord11 $nord4 $nord12 $nord12
|
|||
#
|
||||
|
||||
output * bg $(find $wallpapers_path -type f | shuf -n 1) fill
|
||||
output * bg /home/dbroqua/Nextcloud/images/Wallpaper/Nord\ Theme/peeks.png fill
|
||||
|
||||
|
||||
### Include other
|
||||
|
|
Loading…
Reference in a new issue