Replaced tilix with urxvt
This commit is contained in:
parent
1aa303bebe
commit
4784bf7006
19 changed files with 1006 additions and 69 deletions
|
@ -17,7 +17,7 @@ font pango:DejaVu Sans Mono 6
|
|||
floating_modifier $mod
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Return exec tilix
|
||||
bindsym $mod+Return exec urxvt
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
|
@ -186,7 +186,7 @@ exec --no-startup-id i3-msg 'exec nextcloud &'
|
|||
# Launch app on start session
|
||||
exec --no-startup-id xsettingsd &
|
||||
exec --no-startup-id compton -b
|
||||
exec --no-startup-id i3-msg 'exec /usr/bin/tilix'
|
||||
exec --no-startup-id i3-msg 'exec /usr/bin/urxvt'
|
||||
exec --no-startup-id i3-msg 'exec /usr/bin/firefox'
|
||||
exec --no-startup-id i3-msg 'exec /usr/bin/geary'
|
||||
exec --no-startup-id i3-msg 'exec /usr/bin/spotify'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue