Compare commits
No commits in common. "1fb43470a843eb3001fcf1398884a5aae459bdb2" and "008caf935f5cf50d14d7f983b532ea1c8b2a5f20" have entirely different histories.
1fb43470a8
...
008caf935f
2 changed files with 7 additions and 6 deletions
|
|
@ -4,11 +4,6 @@ bind = $mainMod, ESCAPE, global, lux:power-menu
|
||||||
bind = $mainMod, R, global, lux:launcher
|
bind = $mainMod, R, global, lux:launcher
|
||||||
|
|
||||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||||
|
|
||||||
# Global
|
|
||||||
bind = SUPER, F10, sendshortcut, CTRL, F10, class:^(com\.obsproject\.Studio)$
|
|
||||||
|
|
||||||
# Programs
|
|
||||||
bind = $mainMod, T, exec, $terminal
|
bind = $mainMod, T, exec, $terminal
|
||||||
bind = $mainMod, X, killactive,
|
bind = $mainMod, X, killactive,
|
||||||
bind = $mainMod, E, exec, $fileManager
|
bind = $mainMod, E, exec, $fileManager
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,12 @@
|
||||||
|
|
||||||
|
# Example windowrule v1
|
||||||
|
# windowrule = float, ^(kitty)$
|
||||||
|
# Example windowrule v2
|
||||||
|
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
||||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||||
windowrule = nomaxsize, class:.* # You'll probably like this.
|
windowrule = nomaxsize, class:.* # You'll probably like this.
|
||||||
|
# windowrulev2 = opacity 1 0.6, class:.*
|
||||||
|
|
||||||
|
|
||||||
# Apps
|
# Apps
|
||||||
windowrule = idleinhibit fullscreen, class:^(*)$
|
windowrule = idleinhibit fullscreen, class:^(*)$
|
||||||
|
|
@ -26,5 +33,4 @@ workspace = 1, persistent:true
|
||||||
workspace = 2, persistent:true
|
workspace = 2, persistent:true
|
||||||
workspace = 3, persistent:true
|
workspace = 3, persistent:true
|
||||||
workspace = 4, persistent:true
|
workspace = 4, persistent:true
|
||||||
workspace = 5, persistent:true
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue