AutoYADM commit: 2025-01-13 13:50:05

This commit is contained in:
Daniel Fichtinger 2025-01-13 13:50:05 -05:00
parent d59a57474e
commit 09ac02dc3f

View file

@ -290,9 +290,6 @@ bindsym --locked XF86MonBrightnessDown exec brightnessctl set 5%-
bindsym --locked XF86MonBrightnessUp exec brightnessctl set 5%+ bindsym --locked XF86MonBrightnessUp exec brightnessctl set 5%+
# Special key to take a screenshot with grim # Special key to take a screenshot with grim
# NOTE: Flameshot doesn't work for some reason?
# bindsym $mod+s exec flameshot gui
# bindsym $mod+Shift+s exec flameshot screen -c -p ~/Pictures/screenshots/
bindsym $mod+s exec grimshot copy area bindsym $mod+s exec grimshot copy area
bindsym $mod+Shift+s exec grimshot save area bindsym $mod+Shift+s exec grimshot save area
@ -321,7 +318,7 @@ exec nm-applet
exec autotiling & exec autotiling &
# exec_always pkill waybar && waybar # exec_always pkill waybar && waybar
# exec waybar & # exec waybar &
exec blueman-applet
exec_always pkill dunst && dunst & exec_always pkill dunst && dunst &
exec blueman-applet
exec tmux start-server & exec tmux start-server &