changes from laptop
This commit is contained in:
+13
-8
@@ -306,7 +306,7 @@ bindsym $mod+Shift+r restart
|
||||
# bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
|
||||
|
||||
# Lock screen
|
||||
bindsym $mod+$alt+l exec --no-startup-id light-locker-command -l
|
||||
bindsym $mod+Shift+Ctrl+$alt+l exec --no-startup-id light-locker-command -l
|
||||
|
||||
# Set shut down, restart and locking features
|
||||
bindsym $mod+Shift+Ctrl+$alt+h exec --no-startup-id systemctl hibernate
|
||||
@@ -351,23 +351,28 @@ mode "resize" {
|
||||
bindsym Escape mode "default"
|
||||
}
|
||||
|
||||
# Lock screen
|
||||
bindsym $mod+$alt+l exec --no-startup-id light-locker-command -l
|
||||
|
||||
# Autostart applications
|
||||
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
||||
exec --no-startup-id nitrogen --restore; sleep 1; picom --config ~/.config/picom/picom.conf
|
||||
exec --no-startup-id xfce4-power-manager
|
||||
exec --no-startup-id light-locker
|
||||
exec --no-startup-id flameshot
|
||||
exec --no-startup-id nextcloud
|
||||
exec --no-startup-id mullvad-vpn
|
||||
exec_always --no-startup-id fix_xcursor
|
||||
exec --no-startup-id redshift ~/.config/redshift/redshift.conf
|
||||
exec --no-startup-id blueman-applet
|
||||
|
||||
# sys config tools
|
||||
exec --no-startup-id numlockx
|
||||
exec --no-startup-id xbindkeys
|
||||
|
||||
# system tray configuration tools
|
||||
exec --no-startup-id indicator-sound-switcher
|
||||
exec --no-startup-id blueman-applet
|
||||
exec --no-startup-id xfce4-power-manager
|
||||
exec --no-startup-id flameshot
|
||||
|
||||
# autostart terminal and broswer
|
||||
exec --no-startup-id i3-msg 'workspace 1; exec /usr/bin/alacritty'
|
||||
exec --no-startup-id i3-msg 'workspace 2; exec /usr/bin/firefox'
|
||||
|
||||
# set x background
|
||||
exec --no-startup-id xsetroot -solid black
|
||||
|
||||
|
||||
Reference in New Issue
Block a user