瀏覽代碼

[I3] Adding scratchpad related keybinds

Vinicius Teshima 10 月之前
父節點
當前提交
f287ccbd34
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      .config/i3/config

+ 6 - 0
.config/i3/config

@@ -121,6 +121,12 @@ bindsym $mod+m	fullscreen
 
 bindsym $mod+r	exec dmenu_run -b
 
+bindsym $mod+Shift+minus move scratchpad
+bindsym $mod+Shift+plus  scratchpad show
+bindsym $mod+Shift+p [class="pavucontrol"]    scratchpad show
+bindsym $mod+Shift+m [class="mpv"]            scratchpad show
+bindsym $mod+Shift+t [class="Xfce4-terminal"] scratchpad show
+
 set $system "p - Power Off | r - Reboot | s - Suspend | h - Hibernate | \
 l - Lock | R - Reload I3 | C-r - Restart I3 | L - Logout"