1 # Use Mouse+$mod to drag floating windows to their wanted position |
1 # Use Mouse+$mod to drag floating windows to their wanted position |
2 floating_modifier $mod |
2 floating_modifier $mod |
3 |
3 |
4 # start a terminal |
4 # start a terminal |
5 bindsym $mod+Return exec urxvtc || urxvt |
5 bindsym $mod+Return exec urxvtcd |
6 bindsym $mod+Shift+Return exec gvim |
6 bindsym $mod+Shift+Return exec gvim |
7 |
7 |
8 # kill focused window |
8 # kill focused window |
9 bindsym $mod+Shift+q kill |
9 bindsym $mod+Shift+q kill |
10 |
10 |