stow update
This commit is contained in:
@ -12,6 +12,10 @@ exec-once = hyprpm reload -n
|
|||||||
monitor=DP-2,2560x1440@144,1920x0,1,vrr,2
|
monitor=DP-2,2560x1440@144,1920x0,1,vrr,2
|
||||||
monitor=HDMI-A-1,1920x1080@60,0x360,1
|
monitor=HDMI-A-1,1920x1080@60,0x360,1
|
||||||
|
|
||||||
|
debug {
|
||||||
|
disable_logs = false
|
||||||
|
}
|
||||||
|
|
||||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||||
input {
|
input {
|
||||||
kb_layout = us,ru
|
kb_layout = us,ru
|
||||||
@ -39,12 +43,16 @@ general {
|
|||||||
|
|
||||||
sensitivity = 1
|
sensitivity = 1
|
||||||
|
|
||||||
col.active_border = rgba(05a4c4ee)
|
col.active_border = rgba(05a4c480)
|
||||||
col.inactive_border = rgba(595959aa)
|
col.inactive_border = rgba(595959aa)
|
||||||
|
|
||||||
layout = master
|
layout = master
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cursor {
|
||||||
|
inactive_timeout = 3
|
||||||
|
}
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||||
|
|
||||||
@ -119,7 +127,7 @@ bind = $mainMod_SHIFT, E, exit
|
|||||||
bind = $mainMod_SHIFT, Q, killactive,
|
bind = $mainMod_SHIFT, Q, killactive,
|
||||||
bind = $mainMod_SHIFT, SPACE, togglefloating,
|
bind = $mainMod_SHIFT, SPACE, togglefloating,
|
||||||
|
|
||||||
bind = $mainMod, D, exec, tofi-drun --drun-launch=true
|
bind = $mainMod, D, exec, tofi-drun | xargs hyprctl dispatch exec --
|
||||||
|
|
||||||
|
|
||||||
# Apps binds
|
# Apps binds
|
||||||
@ -154,14 +162,14 @@ bind = $mainMod, Y, splitratio, +0.1
|
|||||||
bind = $mainMod, O, splitratio, -0.1
|
bind = $mainMod, O, splitratio, -0.1
|
||||||
|
|
||||||
bind = $mainMod, P, movewindow, mon:-1
|
bind = $mainMod, P, movewindow, mon:-1
|
||||||
# bind = $mainMod, H, cycleprev
|
|
||||||
#
|
|
||||||
# bind = $mainMod, Y, master, mfact + 10
|
|
||||||
|
|
||||||
bind = $mainMod, SPACE, layoutmsg, swapwithmaster
|
bind = $mainMod, SPACE, layoutmsg, swapwithmaster
|
||||||
|
|
||||||
bind = $mainMod, F, fullscreen, swapwithmaster
|
bind = $mainMod, F, fullscreen, swapwithmaster
|
||||||
|
|
||||||
|
bind = $mainMod, MINUS, exec, pkill -SIGUSR1 waybar
|
||||||
|
# bindr = SUPER, H, exec, pkill -SIGUSR1 waybar
|
||||||
|
|
||||||
|
|
||||||
# volume controls
|
# volume controls
|
||||||
bind = ,XF86AudioPlay, exec, playerctl play-pause
|
bind = ,XF86AudioPlay, exec, playerctl play-pause
|
||||||
@ -173,6 +181,7 @@ bind = $mainMod_SHIFT, bracketleft, exec, playerctl -p mpd volume 0.05-
|
|||||||
bind = $mainMod_SHIFT, bracketright, exec, playerctl -p mpd volume 0.05+
|
bind = $mainMod_SHIFT, bracketright, exec, playerctl -p mpd volume 0.05+
|
||||||
|
|
||||||
bind = $mainMod, PAGE_UP, pass, ^(discord)$
|
bind = $mainMod, PAGE_UP, pass, ^(discord)$
|
||||||
|
# bind = $mainMod, PAGE_UP, pass, ^(vencord)$
|
||||||
# bind = $mainMod, PAGE_UP, pass, ^(discord-screenaudio)$
|
# bind = $mainMod, PAGE_UP, pass, ^(discord-screenaudio)$
|
||||||
|
|
||||||
bind = ,XF86AudioRaiseVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ +5%
|
bind = ,XF86AudioRaiseVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
preload = ~/Pictures/wallpapers/wallhaven-o5w96p_2560x1440.png
|
preload = ~/Pictures/wallpapers/black_and_white_robot_stare_at_horizon.png
|
||||||
|
|
||||||
wallpaper = HDMI-A-1,~/Pictures/wallpapers/wallhaven-o5w96p_2560x1440.png
|
wallpaper = HDMI-A-1,~/Pictures/wallpapers/black_and_white_robot_stare_at_horizon.png
|
||||||
wallpaper = DP-2,~/Pictures/wallpapers/wallhaven-o5w96p_2560x1440.png
|
wallpaper = DP-2,~/Pictures/wallpapers/black_and_white_robot_stare_at_horizon.png
|
||||||
splash = false
|
splash = false
|
||||||
|
|||||||
Reference in New Issue
Block a user