diff options
Diffstat (limited to 'i3/.i3')
-rw-r--r-- | i3/.i3/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/i3/.i3/config b/i3/.i3/config index a1d2355..f436964 100644 --- a/i3/.i3/config +++ b/i3/.i3/config @@ -24,6 +24,8 @@ bindsym $mod+Shift+Q kill bindsym $mod+Return exec urxvt bindsym $mod+Shift+v exec urxvt -e vim bindsym $mod+Shift+m exec urxvt -e cmus +for_window [class="URxvt" instance="floating"] floating toggle resize set 600 400 +bindsym XF86Calculator exec urxvt -name floating -e python3 # Special keys bindsym Print exec scrot -z '/tmp/%Y-%m-%d-%H%M%S_$wx$h.png' |