Compare commits
5
Commits
bbd16df0ef
...
60daacc1d8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
60daacc1d8 | ||
|
|
18385b7ae8 | ||
|
|
00724cf598 | ||
|
|
31b80abee2 | ||
|
|
3f2c40960f |
+10
-9
@@ -288,7 +288,7 @@
|
||||
(seat/focus seat window))
|
||||
|
||||
(when-let [[binding action] (seat :pending-action)]
|
||||
(action seat binding))
|
||||
(protect (action seat binding)))
|
||||
|
||||
(seat/focus seat nil))
|
||||
|
||||
@@ -598,8 +598,9 @@
|
||||
M-S {:mod1 true :shift true}]
|
||||
[[:Tab M (action/focus :next)]
|
||||
[:Tab M-S (action/focus :prev)]
|
||||
[:Tab G (action/focus-output :next)]
|
||||
[:Tab G-S (action/focus-output :prev)]
|
||||
# Go left-to-right
|
||||
[:Tab G (action/focus-output :prev)]
|
||||
[:Tab G-S (action/focus-output :next)]
|
||||
[:Tab {:mod4 true :ctrl true :mod1 true} (action/spawn "toggle-monitor")]
|
||||
[:Return G (action/spawn "alacritty")]
|
||||
[:f G (action/toggle-fullscreen true)]
|
||||
@@ -644,19 +645,19 @@
|
||||
|
||||
|
||||
(defn startup []
|
||||
(spawn "pkill waybar; waybar")
|
||||
(spawn "kanshi")
|
||||
(each w (wm :windows)
|
||||
(unless (w :tag)
|
||||
(put w :tag :q)))
|
||||
|
||||
(spawn "systemctl restart --user waybar")
|
||||
(spawn "systemctl restart --user kanshi")
|
||||
|
||||
(spawn "vesktop")
|
||||
(spawn "thunderbird")
|
||||
(spawn "solaar --window hide")
|
||||
(spawn "io.github.alainm23.planify"))
|
||||
|
||||
# TODO: layout flexibility
|
||||
# TODO: fullscreen oddities with games: debug (warframe, novadrift, portal)
|
||||
# TODO: firefox focus weirdness
|
||||
# TODO: double fullscreen
|
||||
# TODO: swaylock hibernate acquire outputs
|
||||
|
||||
(defn configure-keymap []
|
||||
(def ctx (xkbcommon/context/new))
|
||||
|
||||
Reference in New Issue
Block a user