Update
This commit is contained in:
parent
53f209a6c2
commit
5cff552c30
1 changed files with 3 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ autogenerated = 0 # remove this line to remove the warning
|
|||
################
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor=,3440x1440@160,0x0,auto
|
||||
monitor=,3440x1440@160,0x0,1
|
||||
monitor=headless,3440x1440@160,auto,auto
|
||||
#monitor=DP-1,1920x1080@60,auto,auto
|
||||
|
||||
|
|
@ -331,6 +331,7 @@ workspace = 11, monitor=headless, default:true
|
|||
# SCREENSHOTS #
|
||||
bind = $mainMod SHIFT, S, exec, grim -g "$(slurp -d)" - | wl-copy
|
||||
bind = SHIFT, PRINT, exec, grim -g "$(slurp -d)" - | swappy -f -
|
||||
bind = CTRL, PRINT, exec, wl-paste | swappy -f -
|
||||
bind = , PRINT, exec, grim -o "$(hyprctl monitors | awk '/Monitor/{mon=$2} /focused: yes/{print mon}')" - | wl-copy
|
||||
|
||||
# FILE SEARCH #
|
||||
|
|
@ -401,7 +402,7 @@ windowrule = size 1366 768, class:.virt-manager-wrapped
|
|||
|
||||
windowrule = workspace 1, class:^kitty$
|
||||
windowrule = workspace 2, class:^floorp$
|
||||
windowrule = workspace 2, class:^zen$
|
||||
windowrule = workspace 2, class:app.zen_browser.zen$
|
||||
windowrule = workspace 2, class:^brave-browser$
|
||||
windowrule = workspace 3, class:^org.telegram.desktop$
|
||||
windowrule = workspace 3, class:^discord$
|
||||
|
|
|
|||
Loading…
Reference in a new issue