some hyprland config changes
This commit is contained in:
parent
81ed3b521c
commit
dc34a653d1
@ -12,7 +12,8 @@ $mainMod = SUPER # Sets "Windows" key as main modifier
|
||||
# apps
|
||||
bind = $mainMod, T, exec, $terminal # terminal
|
||||
bind = $mainMod SHIFT, T, exec, crow
|
||||
bind = $mainMod CTRL SHIFT, T, exec, ~/.config/hypr/scripts/translate-selection.sh
|
||||
bind = CTRL ALT, T, exec, ~/.config/hypr/scripts/translate-clipboard.sh
|
||||
bind = CTRL SHIFT ALT, T, exec, ~/.config/hypr/scripts/translate-selection.sh
|
||||
bind = $mainMod, E, exec, $fileManager # file manager
|
||||
bind = $mainMod, A, exec, $toggle_menu_cmd # wofi
|
||||
bind = $mainMod CTRL ALT, V, exec, ~/.config/hypr/scripts/dnd-clipboard.sh
|
||||
@ -154,4 +155,4 @@ bindm = $mainMod, mouse:273, resizewindow
|
||||
bindl = , switch:on:Lid Switch, exec, hyprctl keyword monitor "eDP-1, disable"
|
||||
|
||||
# При открытии крышки (Lid Switch выключён)
|
||||
bindl = , switch:off:Lid Switch, exec, hyprctl keyword monitor "eDP-1, preferred, auto, 1"
|
||||
bindl = , switch:off:Lid Switch, exec, hyprctl keyword monitor "eDP-1,1920x1080@60.01,0x0,1.0"
|
||||
|
@ -44,6 +44,9 @@ source = ./conf/autostart.conf
|
||||
env = XCURSOR_SIZE,24
|
||||
env = HYPRCURSOR_SIZE,24
|
||||
|
||||
debug {
|
||||
disable_logs = false
|
||||
}
|
||||
|
||||
#####################
|
||||
### LOOK AND FEEL ###
|
||||
@ -166,14 +169,14 @@ source = ./conf/keybindings.conf
|
||||
# │ WINDOWRULES │
|
||||
# ╰──────────────────────────────────────────────────────────╯
|
||||
# ──────────────────────────────── copyq ──────────────────────────────
|
||||
windowrule = size 300 400,class:^(copyq)$
|
||||
windowrule = size 300 400,class:com.github.hluk.copyq
|
||||
windowrule = float,class:com.github.hluk.copyq
|
||||
windowrule = move onscreen cursor,class:com.github.hluk.copyq
|
||||
|
||||
# ────────────────────── Browser Picture in Picture ──────────────────────
|
||||
windowrulev2 = float, title:^(Picture-in-Picture)$
|
||||
windowrulev2 = pin, title:^(Picture-in-Picture)$
|
||||
windowrulev2 = move 69.5% 4%, title:^(Picture-in-Picture)$
|
||||
windowrule = float, title:^(Picture-in-Picture)$
|
||||
windowrule = pin, title:^(Picture-in-Picture)$
|
||||
windowrule = move 69.5% 4%, title:^(Picture-in-Picture)$
|
||||
|
||||
# ──────────────────────── telegram media viewer ──────────────────────
|
||||
windowrulev2 = float, title:(Media viewer)
|
||||
@ -214,6 +217,3 @@ windowrule = size 400 400, class:(.*)(Figure)(.*)
|
||||
|
||||
windowrule = suppressevent maximize, class:.* # You'll probably like this.
|
||||
|
||||
workspace = special:music, opacity:0.5
|
||||
workspace = opacity 0.5, onworkspace:name:special:music
|
||||
workspace = special:music, gapsout:100
|
||||
|
@ -1,9 +1,13 @@
|
||||
background {
|
||||
monitor = eDP-1
|
||||
path = /home/goodhumored/wallpapers/3.png
|
||||
path = /home/goodhumored/wallpapers/7.png
|
||||
}
|
||||
background {
|
||||
monitor = DP-2
|
||||
path = /home/goodhumored/wallpapers/3.png
|
||||
path = /home/goodhumored/wallpapers/7.png
|
||||
}
|
||||
background {
|
||||
monitor = HDMI-A-1
|
||||
path = /home/goodhumored/wallpapers/7.png
|
||||
}
|
||||
|
||||
|
@ -21,5 +21,5 @@ monitor=desc:Iiyama North America PL3270Q 1155103721286,2560x1440@59.95,-640x-14
|
||||
# Домашний монитор
|
||||
monitor=desc:BNQ BenQ G925HDA 29A01966019,prefered,auto,1.0
|
||||
monitor=desc:HJW MACROSILICON 0x0002E842,prefered,320x-720,1.0
|
||||
monitor=desc:Huawei Technologies Co. Inc. ZQE-CBA 0xC080F622,3440x1440@100Hz,-760x-1440,1,bitdepth,10, cm, hdr
|
||||
monitor=desc:Huawei Technologies Co. Inc. ZQE-CBA 0xC080F622,3440x1440@100Hz,-760x-1440,1,bitdepth,10
|
||||
monitor=desc:Huawei Technologies Co. Inc. ZQE-CBA 0xC080F622,3440x1440@120Hz,-760x-1440,1,bitdepth,10, cm, hdr
|
||||
monitor=desc:Huawei Technologies Co. Inc. ZQE-CBA 0xC080F622,3440x1440@120Hz,-760x-1440,1,bitdepth,10
|
||||
|
Loading…
x
Reference in New Issue
Block a user