Added terminator (replace urxvt)
This commit is contained in:
parent
474a633309
commit
1d3e59cf37
2 changed files with 31 additions and 3 deletions
|
@ -170,7 +170,7 @@ exec --no-startup-id i3-msg 'exec nextcloud &'
|
|||
exec --no-startup-id i3-msg 'exec remmina -i &'
|
||||
exec --no-startup-id xsettingsd &
|
||||
exec --no-startup-id compton -b
|
||||
exec --no-startup-id i3-msg 'exec /usr/bin/urxvt'
|
||||
exec --no-startup-id i3-msg 'exec /usr/bin/terminator'
|
||||
exec --no-startup-id i3-msg 'exec /usr/bin/firefox'
|
||||
exec --no-startup-id i3-msg 'exec /usr/bin/spotify'
|
||||
|
||||
|
@ -199,7 +199,7 @@ bindsym $mod+d exec dmenu_run -fn 'Droid Sans Mono-10'
|
|||
bindsym Mod1+space exec "rofi -show combi"
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Return exec urxvt
|
||||
bindsym $mod+Return exec terminator
|
||||
|
||||
# Lock session
|
||||
bindsym $mod+Mod1+l exec "~/Bin/lock.sh"
|
||||
|
@ -282,6 +282,6 @@ for_window [class="Spotify"], move container to workspace $wksp4
|
|||
default_border pixel 2
|
||||
|
||||
# Power save mode and Auto lock screen
|
||||
exec --no-startup-id xset s 60 30
|
||||
exec --no-startup-id xset s 300 30
|
||||
exec --no-startup-id xset dpms 120
|
||||
exec --no-startup-id xss-lock -n ~/Bin/lock.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue