lots!
This commit is contained in:
@@ -14,12 +14,12 @@
|
||||
################
|
||||
|
||||
# see https://wiki.hyprland.org/configuring/monitors/
|
||||
monitor=eDP-1, 1920x1080@144.00, auto, 1, mirror, HDMI-A-1
|
||||
monitor=eDP-1, 1920x1080@60.00, auto, 1, mirror, HDMI-A-1
|
||||
# monitor=HDMI-A-1, 1920x1080@60.00, auto, 1
|
||||
# monitor=HDMI-A-1, 1920x1080@60.02Hz, auto, 1, mirror, eDP-1
|
||||
# monitor=HDMI-A-1, 1920x1080@60, auto, 1, mirror, eDP-1
|
||||
# monitor=HDMI-A-1, 2560x1080@60.00, auto, 1
|
||||
monitor=HDMI-A-1, 2560x1080@60.00Hz, auto, 1
|
||||
# monitor=HDMI-A-1, 2560x1080@60.00Hz, auto, 1
|
||||
|
||||
|
||||
###################
|
||||
@@ -213,13 +213,16 @@ $mainMod = SUPER # Sets "Windows" key as main modifier
|
||||
bind = $mainMod, SPACE, exec, $terminal
|
||||
bind = $mainMod, Y, exec, $browser
|
||||
bind = $mainMod, C, killactive,
|
||||
bind = $mainMod SHIFT, C, forcekillactive,
|
||||
bind = $mainMod SHIFT, Q, exit,
|
||||
bind = $mainMod, R, exec, $fileManager
|
||||
bind = $mainMod, O, togglefloating,
|
||||
bind = $mainMod, J, exec, $menu
|
||||
bind = $mainMod, H, pseudo, # dwindle
|
||||
bind = $mainMod, H, exec, $menu
|
||||
bind = $mainMod, J, pseudo, # dwindle
|
||||
bind = $mainMod, T, togglesplit, # dwindle
|
||||
bind = $mainMod SHIFT, P, pin
|
||||
bind = $mainMod, F, fullscreen
|
||||
bind = $mainMod SHIFT, F, fullscreenstate, -1, 3,
|
||||
bind = $mainMod, S, exec, $screenshot_part
|
||||
bind = $mainMod SHIFT, S, exec, $screenshot_full
|
||||
bind = $mainMod, G, swapnext
|
||||
@@ -356,9 +359,16 @@ windowrule = float,class:^(org.keepassxc.KeePassXC)
|
||||
windowrule = float,title:^(Save)$
|
||||
windowrule = float,title:^(All Files)$
|
||||
windowrule = float,title:^(Calculator)$
|
||||
windowrule = float,title:^(Clocks)$
|
||||
windowrule = float,title:^(Print)$
|
||||
windowrule = float,title:^(save)$
|
||||
windowrule = float,class:^(org.kde.kdeconnect.daemon)$
|
||||
windowrule = float,class:^(org.kde.kdeconnect.handler)$
|
||||
windowrule = float,title:^(Remove Connection)$
|
||||
windowrule = float,class:^(org.kde.plasmawindowed)$
|
||||
|
||||
# Floating windows are rounded
|
||||
windowrule = rounding 8, floating:1
|
||||
|
||||
# Vesktop always opens fullscreen on workspace 6
|
||||
windowrule = workspace 11 silent, class:^(vesktop)$
|
||||
|
Reference in New Issue
Block a user