add font and urxvt
This commit is contained in:
parent
780e09095d
commit
9a666a1d5d
1 changed files with 3 additions and 1 deletions
|
@ -11,6 +11,8 @@
|
|||
|
||||
set $mod Mod4
|
||||
|
||||
font pango:monospace 8
|
||||
|
||||
# poweroff stuff
|
||||
set $mode_system System: (l) lock, (e) logout, (s) suspend, (h) hibernate, (r) reboot, (Shift+s) shutdown
|
||||
mode "$mode_system" {
|
||||
|
@ -30,7 +32,7 @@ bindsym $mod+Pause mode "$mode_system"
|
|||
floating_modifier $mod
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Return exec i3-sensible-terminal
|
||||
bindsym $mod+Return exec urxvt
|
||||
|
||||
# start emacs
|
||||
bindsym $mod+Shift+Return exec em
|
||||
|
|
Loading…
Reference in a new issue