diff options
Diffstat (limited to '')
-rw-r--r-- | i3-config | 18 |
1 files changed, 10 insertions, 8 deletions
@@ -42,12 +42,12 @@ client.background #F8F8F2 set $mod Mod4 # no border -#new_window none -#border none -#new_window 1pixel -default_border normal -smart_borders on -smart_borders no_gaps +new_window none +# border none +# new_window 1pixel +#default_border normal +#smart_borders on +#smart_borders no_gaps # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. @@ -89,8 +89,10 @@ exec --no-startup-id /usr/bin/xfce4-clipman # scratchpad # Make the currently focused window a scratchpad #bindsym $mod+Shift+minus exec /home/lemon/bin/i3scripts/scratch_todo -bindsym $mod+Shift+BackSpace move scratchpad -bindsym $mod+minus scratchpad show +# bindsym $mod+Shift+BackSpace move scratchpad +# bindsym $mod+minus scratchpad show + +bindsym $mod+minus exec mdlinkopen # Show the sup-mail scratchpad window, if any. #bindsym mod4+z [title="^Sup ::"] scratchpad show |