1
1
Fork 0

Compare commits

..

No commits in common. "27db8dcb7b25bf85e14dae7a2ac0478831c96baf" and "2f232235214a75a50dac32d5d4920dcb18f0e323" have entirely different histories.

2 changed files with 14 additions and 13 deletions

View file

@ -134,17 +134,17 @@ in {
(key "Bracketright" "Super" "layoutmsg" "rollprev") (key "Bracketright" "Super" "layoutmsg" "rollprev")
(key "Bracketright" "Super+Shift" "splitratio" "+0.1") (key "Bracketright" "Super+Shift" "splitratio" "+0.1")
(key "Comma" "Super" "layoutmsg" "swapprev") (key "Comma" "Super" "layoutmsg" "swapprev")
(key "Down" "Super" "movewindoworgroup" "d") (key "Down" "Super" "movewindow" "d")
(key "Down" "Super+Shift" "movewindow" "d") (key "Down" "Super+Shift" "movewindoworgroup" "d")
(key "Equal" "Super" "exec" "${swayosd-client} --output-volume raise") (key "Equal" "Super" "exec" "${swayosd-client} --output-volume raise")
(key "Equal" "Super+Shift" "exec" "${zoom} +0.1") (key "Equal" "Super+Shift" "exec" "${zoom} +0.1")
(key "Escape" "Super" "togglefloating" null) (key "Escape" "Super" "togglefloating" null)
(key "Escape" "Super+Alt" "exec" "lifx state --color red") (key "Escape" "Super+Alt" "exec" "lifx state --color red")
(key "Escape" "Super+Shift" "centerwindow" null) (key "Escape" "Super+Shift" "centerwindow" null)
(key "Grave" "Super" "exec" smile) (key "Grave" "Super" "exec" smile)
(key "Left" "Super" "movewindoworgroup" "l") (key "Left" "Super" "movewindow" "l")
(key "Left" "Super+Alt" "exec" "${left} --scroll kensington-orbit-wireless-tb-mouse") (key "Left" "Super+Alt" "exec" "${left} --scroll kensington-orbit-wireless-tb-mouse")
(key "Left" "Super+Shift" "movewindow" "l") (key "Left" "Super+Shift" "movewindoworgroup" "l")
(key "Minus" "Super" "exec" "${swayosd-client} --output-volume lower") (key "Minus" "Super" "exec" "${swayosd-client} --output-volume lower")
(key "Minus" "Super+Shift" "exec" "${zoom} -0.1") (key "Minus" "Super+Shift" "exec" "${zoom} -0.1")
(key "Period" "Super" "layoutmsg" "swapnext") (key "Period" "Super" "layoutmsg" "swapnext")
@ -154,8 +154,8 @@ in {
(key "Apostrophe" "Super+Alt+Shift" "exec" "${screenshot} display --edit") (key "Apostrophe" "Super+Alt+Shift" "exec" "${screenshot} display --edit")
(key "Return" "Super" "fullscreen" "1") # Maximize (key "Return" "Super" "fullscreen" "1") # Maximize
(key "Return" "Super+Shift" "fullscreen" "0") # Fullscreen (key "Return" "Super+Shift" "fullscreen" "0") # Fullscreen
(key "Right" "Super" "movewindoworgroup" "r") (key "Right" "Super" "movewindow" "r")
(key "Right" "Super+Shift" "movewindow" "r") (key "Right" "Super+Shift" "movewindoworgroup" "r")
(key "Semicolon" "Super" "exec" "${hyprpicker} --autocopy") (key "Semicolon" "Super" "exec" "${hyprpicker} --autocopy")
(key "Semicolon" "Super+Shift" "exec" "${hyprpicker} --autocopy --format rgb") (key "Semicolon" "Super+Shift" "exec" "${hyprpicker} --autocopy --format rgb")
(key "Slash" "Super" "exec" vrr) (key "Slash" "Super" "exec" vrr)
@ -188,8 +188,8 @@ in {
(key "Tab" "Super" "layoutmsg" "cyclenext") (key "Tab" "Super" "layoutmsg" "cyclenext")
(key "Tab" "Super+Shift" "alterzorder" "top") (key "Tab" "Super+Shift" "alterzorder" "top")
(key "Tab" "Super+Shift" "cyclenext" "floating") (key "Tab" "Super+Shift" "cyclenext" "floating")
(key "Up" "Super" "movewindoworgroup" "u") (key "Up" "Super" "movewindow" "u")
(key "Up" "Super+Shift" "movewindow" "u") (key "Up" "Super+Shift" "movewindoworgroup" "u")
(key "0" "Super" "exec" "${swayosd-client} --output-volume mute-toggle") (key "0" "Super" "exec" "${swayosd-client} --output-volume mute-toggle")
(key "0" "Super+Shift" "exec" "${zoom}") (key "0" "Super+Shift" "exec" "${zoom}")
@ -241,7 +241,7 @@ in {
(key "P" "Super" "togglespecialworkspace" "password") (key "P" "Super" "togglespecialworkspace" "password")
(key "P" "Super+Shift" "movetoworkspacesilent" "special:password") (key "P" "Super+Shift" "movetoworkspacesilent" "special:password")
(key "Q" "Ctrl+Alt" "exec" "${kill} -9 $(${hyprctl} -j activewindow | ${jq} .pid)") (key "Q" "Ctrl+Alt" "exec" "${kill} -9 $(${hyprctl} -j activewindow | ${jq} .pid)")
#// (key "Q" "Ctrl+Alt+Shift" "exec" "close") # Quit all windows (key "Q" "Ctrl+Alt+Shift" "exec" "close") # Quit all windows
(key "Q" "Super" "killactive" null) (key "Q" "Super" "killactive" null)
(key "S" "Ctrl+Alt" "exec" "${pkill} steam") (key "S" "Ctrl+Alt" "exec" "${pkill} steam")
(key "S" "Super" "togglespecialworkspace" "steam") (key "S" "Super" "togglespecialworkspace" "steam")

View file

@ -155,7 +155,7 @@ in {
]; ];
editor = rules: [ editor = rules: [
(class "codium-url-handler" rules) # VSCode (class "codium-url-handler" rules) # VSCode
(class "obsidian" (rules ++ ["group barred"])) (class "obsidian" (rules ++ ["group override barred"]))
]; ];
files = rules: [ files = rules: [
(class "org\\.gnome\\.Nautilus" rules) (class "org\\.gnome\\.Nautilus" rules)
@ -190,6 +190,7 @@ in {
(class "discord" rules) (class "discord" rules)
(class "Element" rules) (class "Element" rules)
(class "org\\.telegram\\.desktop" rules) (class "org\\.telegram\\.desktop" rules)
(class "signal" rules)
]; ];
steam = rules: [ steam = rules: [
(class "SDL Application" rules) # Steam (class "SDL Application" rules) # Steam
@ -220,7 +221,7 @@ in {
(tag.android ["tile" "workspace special:android"]) (tag.android ["tile" "workspace special:android"])
(tag.clipboard ["move ${clipboard.x} ${clipboard.y}" "pin" "size ${clipboard.w} ${clipboard.h}" "stayfocused"]) (tag.clipboard ["move ${clipboard.x} ${clipboard.y}" "pin" "size ${clipboard.w} ${clipboard.h}" "stayfocused"])
(tag.dropdown ["move ${dropdown.x} ${dropdown.y}" "pin" "size ${dropdown.w} ${dropdown.h}"]) (tag.dropdown ["move ${dropdown.x} ${dropdown.y}" "pin" "size ${dropdown.w} ${dropdown.h}"])
(tag.editor ["group override set" "tile"]) (tag.editor ["group override set invade" "tile"])
(tag.files ["center" "size 1000 625"]) (tag.files ["center" "size 1000 625"])
(tag.game ["fullscreen" "idleinhibit always" "noborder" "noshadow" "renderunfocused" "workspace name:game"]) (tag.game ["fullscreen" "idleinhibit always" "noborder" "noshadow" "renderunfocused" "workspace name:game"])
(tag.media ["center" "keepaspectratio"]) (tag.media ["center" "keepaspectratio"])
@ -228,14 +229,14 @@ in {
(tag.office ["group override set" "workspace special:office"]) (tag.office ["group override set" "workspace special:office"])
(tag.password ["center" "workspace special:password"]) (tag.password ["center" "workspace special:password"])
(tag.pip ["keepaspectratio" "move ${pip.x} ${pip.y}" "noinitialfocus" "pin" "size ${pip.w} ${pip.h}"]) (tag.pip ["keepaspectratio" "move ${pip.x} ${pip.y}" "noinitialfocus" "pin" "size ${pip.w} ${pip.h}"])
(tag.social ["group override set" "tile"]) (tag.social ["group override set invade" "tile"])
(tag.steam ["suppressevent activate activatefocus" "workspace special:steam"]) (tag.steam ["suppressevent activate activatefocus" "workspace special:steam"])
(tag.terminal ["tile"]) (tag.terminal ["tile"])
(tag.vm ["workspace special:vm"]) (tag.vm ["workspace special:vm"])
(tag.wine ["noborder" "noshadow"]) (tag.wine ["noborder" "noshadow"])
### Overrides ### Overrides
(class "signal" ["group override new" "tile"]) # Initial window in social group (class "signal" ["group override new lock"])
(class "steam_app_1473350" ["workspace 0"]) # (the) Gnorp Apologue (class "steam_app_1473350" ["workspace 0"]) # (the) Gnorp Apologue
(class "Tap Wizard 2\\.x86_64" ["workspace 0"]) (class "Tap Wizard 2\\.x86_64" ["workspace 0"])
(class "Xdg-desktop-portal-gtk" ["noborder" "noshadow"]) (class "Xdg-desktop-portal-gtk" ["noborder" "noshadow"])