diff options
-rw-r--r-- | i3wm/.i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i3wm/.i3/config b/i3wm/.i3/config index 26de6d5..3b37de9 100644 --- a/i3wm/.i3/config +++ b/i3wm/.i3/config @@ -116,10 +116,10 @@ bindsym Control+Mod1+t exec --no-startup-id ~/.screenlayout/docked_tv_mode.sh bindsym Print exec --no-startup-id xfce4-screenshooter -bindsym $mod+n [title="^.*\.wiki \(~\/note\).*$"] scratchpad show +bindsym $mod+n [title="^.*\.wiki \(~\/note.*\).*$"] scratchpad show for_window [class="^.*"] border pixel 4 -for_window [title="^.*\.wiki \(~\/note\).*$"] floating enable; move to scratchpad +for_window [title="^.*\.wiki \(~\/note.*\).*$"] floating enable; move to scratchpad exec --no-startup-id export $(gnome-keyring-daemon) exec --no-startup-id urxvtd |