diff options
Diffstat (limited to 'i3wm.conf')
-rw-r--r-- | i3wm.conf | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -17,6 +17,10 @@ font pango:Terminus 10 # mouse+$mod to move/rezie window in floating mode floating_modifier $mod +# launch terminal +bindsym $mod+Return exec st +# launch dmenu_run +bindsym $mod+d exec dmenu_run # kill focused Window bindsym $mod+Shift+q kill # reload the configuration file |