|
4 | 4 | layout "us" |
5 | 5 | } |
6 | 6 | } |
7 | | - touchpad { |
8 | | - tap |
9 | | - natural-scroll |
| 7 | + touchpad { |
| 8 | + tap |
| 9 | + natural-scroll |
10 | 10 | } |
11 | 11 | } |
12 | 12 |
|
@@ -49,94 +49,95 @@ spawn-at-startup "swaybg" "-i" "/home/myuron/wallpaper/wallpaper.png" |
49 | 49 |
|
50 | 50 | binds { |
51 | 51 | // launch |
52 | | - Mod+T { spawn "wezterm"; } |
53 | | - Mod+D { spawn "fuzzel"; } |
54 | | - Mod+P { spawn "hyprlock"; } |
| 52 | + Alt+T { spawn "wezterm"; } |
| 53 | + Alt+D { spawn "fuzzel"; } |
| 54 | + Alt+P { spawn "hyprlock"; } |
| 55 | + Alt+B { spawn "raffi"; } |
55 | 56 |
|
56 | 57 | // focus window |
57 | | - Mod+H { focus-column-left; } |
58 | | - Mod+J { focus-window-down; } |
59 | | - Mod+K { focus-window-up; } |
60 | | - Mod+L { focus-column-right; } |
| 58 | + Alt+H { focus-column-left; } |
| 59 | + Alt+J { focus-window-down; } |
| 60 | + Alt+K { focus-window-up; } |
| 61 | + Alt+L { focus-column-right; } |
61 | 62 |
|
62 | 63 | // move window |
63 | | - Mod+Shift+H { move-column-left; } |
64 | | - Mod+Shift+J { move-window-down; } |
65 | | - Mod+Shift+K { move-window-up; } |
66 | | - Mod+Shift+L { move-column-right; } |
| 64 | + Alt+Shift+H { move-column-left; } |
| 65 | + Alt+Shift+J { move-window-down; } |
| 66 | + Alt+Shift+K { move-window-up; } |
| 67 | + Alt+Shift+L { move-column-right; } |
67 | 68 |
|
68 | 69 | // move window to workspace |
69 | | - Mod+Ctrl+Shift+1 { move-column-to-workspace 1; } |
70 | | - Mod+Ctrl+Shift+2 { move-column-to-workspace 2; } |
71 | | - Mod+Ctrl+Shift+3 { move-column-to-workspace 3; } |
72 | | - Mod+Ctrl+Shift+4 { move-column-to-workspace 4; } |
73 | | - Mod+Ctrl+Shift+5 { move-column-to-workspace 5; } |
74 | | - Mod+Ctrl+Shift+6 { move-column-to-workspace 6; } |
75 | | - Mod+Ctrl+Shift+7 { move-column-to-workspace 7; } |
76 | | - Mod+Ctrl+Shift+8 { move-column-to-workspace 8; } |
77 | | - Mod+Ctrl+Shift+9 { move-column-to-workspace 9; } |
78 | | - // Mod+Ctrl+Shift+K { move-column-to-workspace-up; } |
79 | | - // Mod+Ctrl+Shift+J { move-column-to-workspace-down; } |
| 70 | + Alt+Ctrl+Shift+1 { move-column-to-workspace 1; } |
| 71 | + Alt+Ctrl+Shift+2 { move-column-to-workspace 2; } |
| 72 | + Alt+Ctrl+Shift+3 { move-column-to-workspace 3; } |
| 73 | + Alt+Ctrl+Shift+4 { move-column-to-workspace 4; } |
| 74 | + Alt+Ctrl+Shift+5 { move-column-to-workspace 5; } |
| 75 | + Alt+Ctrl+Shift+6 { move-column-to-workspace 6; } |
| 76 | + Alt+Ctrl+Shift+7 { move-column-to-workspace 7; } |
| 77 | + Alt+Ctrl+Shift+8 { move-column-to-workspace 8; } |
| 78 | + Alt+Ctrl+Shift+9 { move-column-to-workspace 9; } |
| 79 | + // Alt+Ctrl+Shift+K { move-column-to-workspace-up; } |
| 80 | + // Alt+Ctrl+Shift+J { move-column-to-workspace-down; } |
80 | 81 |
|
81 | 82 | // move window to monitor |
82 | | - Mod+Alt+Shift+H { move-column-to-monitor-left; } |
83 | | - Mod+Alt+Shift+J { move-column-to-monitor-down; } |
84 | | - Mod+Alt+Shift+K { move-column-to-monitor-up; } |
85 | | - Mod+Alt+Shift+L { move-column-to-monitor-right; } |
| 83 | + Alt+Ctrl+Shift+H { move-column-to-monitor-left; } |
| 84 | + Alt+Ctrl+Shift+J { move-column-to-monitor-down; } |
| 85 | + Alt+Ctrl+Shift+K { move-column-to-monitor-up; } |
| 86 | + Alt+Ctrl+Shift+L { move-column-to-monitor-right; } |
86 | 87 |
|
87 | 88 | // focus workspace |
88 | | - Mod+Ctrl+1 { focus-workspace 1; } |
89 | | - Mod+Ctrl+2 { focus-workspace 2; } |
90 | | - Mod+Ctrl+3 { focus-workspace 3; } |
91 | | - Mod+Ctrl+4 { focus-workspace 4; } |
92 | | - Mod+Ctrl+5 { focus-workspace 5; } |
93 | | - Mod+Ctrl+6 { focus-workspace 6; } |
94 | | - Mod+Ctrl+7 { focus-workspace 7; } |
95 | | - Mod+Ctrl+8 { focus-workspace 8; } |
96 | | - Mod+Ctrl+9 { focus-workspace 9; } |
97 | | - Mod+Ctrl+K { focus-workspace-up; } |
98 | | - Mod+Ctrl+J { focus-workspace-down; } |
| 89 | + Alt+Ctrl+1 { focus-workspace 1; } |
| 90 | + Alt+Ctrl+2 { focus-workspace 2; } |
| 91 | + Alt+Ctrl+3 { focus-workspace 3; } |
| 92 | + Alt+Ctrl+4 { focus-workspace 4; } |
| 93 | + Alt+Ctrl+5 { focus-workspace 5; } |
| 94 | + Alt+Ctrl+6 { focus-workspace 6; } |
| 95 | + Alt+Ctrl+7 { focus-workspace 7; } |
| 96 | + Alt+Ctrl+8 { focus-workspace 8; } |
| 97 | + Alt+Ctrl+9 { focus-workspace 9; } |
| 98 | + // Alt+Ctrl+K { focus-workspace-up; } |
| 99 | + // Alt+Ctrl+J { focus-workspace-down; } |
99 | 100 |
|
100 | 101 | // focus monitor |
101 | | - Mod+Alt+H { focus-monitor-left; } |
102 | | - Mod+Alt+J { focus-monitor-down; } |
103 | | - Mod+Alt+K { focus-monitor-up; } |
104 | | - Mod+Alt+L { focus-monitor-right; } |
| 102 | + Alt+Ctrl+H { focus-monitor-left; } |
| 103 | + Alt+Ctrl+J { focus-monitor-down; } |
| 104 | + Alt+Ctrl+K { focus-monitor-up; } |
| 105 | + Alt+Ctrl+L { focus-monitor-right; } |
105 | 106 |
|
106 | 107 | // fullscreen |
107 | | - Mod+Shift+F { fullscreen-window; } |
108 | | - Mod+Shift+Space { toggle-window-floating; } |
| 108 | + Alt+Shift+F { fullscreen-window; } |
| 109 | + Alt+Shift+Space { toggle-window-floating; } |
109 | 110 |
|
110 | 111 | // Column Width Adjustment |
111 | | - Mod+Minus { set-column-width "-10%"; } |
112 | | - Mod+Equal { set-column-width "+10%"; } |
| 112 | + Alt+Minus { set-column-width "-10%"; } |
| 113 | + Alt+Equal { set-column-width "+10%"; } |
113 | 114 |
|
114 | 115 | // Window Height Adjustment |
115 | | - Mod+Shift+Minus { set-window-height "-10%"; } |
116 | | - Mod+Shift+Equal { set-window-height "+10%"; } |
| 116 | + Alt+Shift+Minus { set-window-height "-10%"; } |
| 117 | + Alt+Shift+Equal { set-window-height "+10%"; } |
117 | 118 |
|
118 | 119 | // Consume/Expel Windows (Tab columns) |
119 | | - Mod+Comma { consume-window-into-column; } |
120 | | - Mod+Slash { expel-window-from-column; } |
| 120 | + Alt+Comma { consume-window-into-column; } |
| 121 | + Alt+Slash { expel-window-from-column; } |
121 | 122 |
|
122 | 123 | // Column Presets |
123 | | - Mod+R { switch-preset-column-width; } |
124 | | - Mod+Alt+R { reset-window-height; } |
125 | | - Mod+Ctrl+R { switch-preset-window-height; } |
| 124 | + Alt+R { switch-preset-column-width; } |
| 125 | + Alt+Shift+R { reset-window-height; } |
| 126 | + Alt+Ctrl+R { switch-preset-window-height; } |
126 | 127 |
|
127 | 128 | // Maximize Column |
128 | | - Mod+F { maximize-column; } |
129 | | - Mod+Ctrl+F { center-column; } |
| 129 | + Alt+F { maximize-column; } |
| 130 | + Alt+Ctrl+F { center-column; } |
130 | 131 |
|
131 | | - // Overview Mode |
132 | | - Mod+Tab { toggle-overview; } |
| 132 | + // Overview Alte |
| 133 | + Alt+Tab { toggle-overview; } |
133 | 134 |
|
134 | | - Mod+Q { close-window; } |
| 135 | + Alt+Q { close-window; } |
135 | 136 |
|
136 | 137 | Print { screenshot show-pointer=false; } |
137 | 138 | Ctrl+Print { screenshot-screen show-pointer=false; } |
138 | 139 |
|
139 | | - Mod+O { toggle-overview; } |
| 140 | + Alt+O { toggle-overview; } |
140 | 141 |
|
141 | | - Mod+Shift+E { quit; } |
| 142 | + Alt+Shift+E { quit; } |
142 | 143 | } |
0 commit comments