Updated dunst and added automatic monitor switching
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
@@ -93,7 +93,7 @@ exec --no-startup-id conky -c ~/.conky/syclo-crimson-bottomleft.conkyrc
|
||||
exec --no-startup-id dunst
|
||||
exec --no-startup-id ~/.scripts/startup.sh
|
||||
exec --no-startup-id syncthing serve --no-browser
|
||||
exec --no-startup-id feh --randomize --bg-fill $HOME/Pictures/Wallpaper/*
|
||||
exec --no-startup-id feh --randomize --bg-fill $HOME/Pictures/Wallpaper/basic/*
|
||||
|
||||
###############################################################################
|
||||
################################# Keybindings #################################
|
||||
@@ -114,8 +114,8 @@ bindsym $mod+Shift+q kill
|
||||
bindsym $mod+d exec --no-startup-id $HOME/.config/rofi/launchers/type-1/launcher.sh
|
||||
|
||||
# Screen brightness controls
|
||||
bindsym XF86MonBrightnessUp exec --no-startup-id ~/.scripts/screen.sh up
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id ~/.scripts/screen.sh down
|
||||
bindsym XF86MonBrightnessUp exec --no-startup-id ~/.scripts/brightness.sh up
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id ~/.scripts/brightness.sh down
|
||||
|
||||
# Pulse Audio controls
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id ~/.scripts/sound.sh down
|
||||
@@ -128,9 +128,9 @@ bindsym XF86AudioPrevious exec "playerctl previous"
|
||||
bindsym XF86AudioMicMute exec "amixer set Capture toggle"
|
||||
|
||||
# F9-F12 on Thinkpad
|
||||
bindsym XF86Display exec lxrandr
|
||||
bindsym XF86Display exec autorandr --cycle
|
||||
bindsym XF86Messenger exec signal-desktop
|
||||
bindsym XF86Go exec dunstify -r 3 "Go"
|
||||
bindsym XF86Go exec blueman-manager
|
||||
bindsym Cancel exec dunstify -r 3 "Cancel"
|
||||
bindsym XF86Favorites exec dunstify -r 3 "Favorites"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user