Skip to content

Commit 0ca67d7

Browse files
committed
Remove extra configuration
1 parent dcf104c commit 0ca67d7

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

archlinux/install/hyprland/config/hypr/base/bindings/tiling.conf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ bindd = SUPER SHIFT, code:17, Move window to workspace 8, movetoworkspace, 8
4242
bindd = SUPER SHIFT, code:18, Move window to workspace 9, movetoworkspace, 9
4343
bindd = SUPER SHIFT, code:19, Move window to workspace 10, movetoworkspace, 10
4444

45-
# Tab between workspaces
46-
bindd = SUPER, TAB, Next workspace, workspace, e+1
47-
bindd = SUPER SHIFT, TAB, Previous workspace, workspace, e-1
48-
4945
# Swap active window with the one next to it with SUPER + SHIFT + arrow keys
5046
bindd = SUPER SHIFT, left, Swap window to the left, swapwindow, l
5147
bindd = SUPER SHIFT, right, Swap window to the right, swapwindow, r
Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
windowrule = tag +centerpin, class:(sidepad)
2-
3-
windowrule = float, tag: centerpin
4-
windowrule = size 1000 700, tag: centerpin
5-
windowrule = center, tag: centerpin
6-
windowrule = pin, tag: centerpin
7-
8-
# Toggle sidepad with SUPER+CTRL+LEFT/RIGHT
9-
bind = SUPER CTRL, right, exec, sidepad
10-
bind = SUPER CTRL, left, exec, sidepad --hide
1+
windowrule = float, class:sidepad
2+
windowrule = size 1000 700, class:sidepad
3+
windowrule = center, class:sidepad
4+
windowrule = pin, class:sidepad

0 commit comments

Comments
 (0)