diff options
author | johannst <stoelp@eit.uni-kl.de> | 2017-10-08 20:05:39 +0200 |
---|---|---|
committer | johannst <stoelp@eit.uni-kl.de> | 2017-10-08 20:05:39 +0200 |
commit | 2cb61bb3a5951ec82687514cc3b174a2d2406681 (patch) | |
tree | 9952de9fc62fd7c2fb43ecdd5d4a1cd9ec8d8c50 | |
parent | bb709b4b07aca3a1e1d2dda8be72808fcf6e62f3 (diff) | |
download | dotfiles-2cb61bb3a5951ec82687514cc3b174a2d2406681.tar.gz dotfiles-2cb61bb3a5951ec82687514cc3b174a2d2406681.zip |
Added missing terminal & dmenu launcher in 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 |