forked from Shinonome/dots-hyprland
added custom conf hypr
This commit is contained in:
@@ -34,3 +34,9 @@ bind = Super+Shift, 0, movetoworkspace, 0 # [hidden]
|
|||||||
bindd = Super+Ctrl, K, Toggle on-screen keyboard, global, quickshell:oskToggle # Toggle on-screen keyboard
|
bindd = Super+Ctrl, K, Toggle on-screen keyboard, global, quickshell:oskToggle # Toggle on-screen keyboard
|
||||||
bindd = Super+Ctrl, J, Toggle bar, global, quickshell:barToggle # Toggle bar
|
bindd = Super+Ctrl, J, Toggle bar, global, quickshell:barToggle # Toggle bar
|
||||||
|
|
||||||
|
# gaming
|
||||||
|
bind = Super, G, togglespecialworkspace, gaming
|
||||||
|
bind = Super+Shift, G, movetoworkspace, special:gaming
|
||||||
|
bind = Super, T, togglespecialworkspace, steam
|
||||||
|
bind = Super+Shift, T, movetoworkspace, special:steam
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
# You can put custom rules here
|
# You can put custom rules here
|
||||||
# Window/layer rules: https://wiki.hyprland.org/Configuring/Window-Rules/
|
# Window/layer rules: https://wiki.hyprland.org/Configuring/Window-Rules/
|
||||||
# Workspace rules: https://wiki.hyprland.org/Configuring/Workspace-Rules/
|
# Workspace rules: https://wiki.hyprland.org/Configuring/Workspace-Rules/
|
||||||
|
windowrule = workspace special:steam, class:steam
|
||||||
|
windowrule = workspace special:gaming, class:^(steam_app).*
|
||||||
|
|
||||||
|
workspace = special:gaming, monitor:DP-2, persistent:true
|
||||||
|
workspace = special:steam, monitor:DP-2, persistent:true, on-created-empty:steam
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user