small changes
This commit is contained in:
+4
-4
@@ -25,8 +25,8 @@ font xft:MesloLGS NF 11
|
||||
floating_modifier $mod
|
||||
|
||||
# start a $myTerm
|
||||
set $myTerm termite
|
||||
bindsym $mod+Return exec $myTerm -e tmux
|
||||
set $myTerm alacritty
|
||||
bindsym $mod+Return exec $myTerm --command tmux
|
||||
bindsym $mod+Ctrl+Return exec $myTerm
|
||||
|
||||
# kill focused window
|
||||
@@ -307,7 +307,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+Shift+Ctrl+$alt+l exec --no-startup-id light-locker-command -l
|
||||
bindsym $mod+Ctrl+Shift+$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
|
||||
@@ -371,7 +371,7 @@ 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 1; exec /usr/bin/termite'
|
||||
exec --no-startup-id i3-msg 'workspace 2; exec /usr/bin/firefox'
|
||||
|
||||
# set x background
|
||||
|
||||
Reference in New Issue
Block a user