hyprland update
This commit is contained in:
+26
-11
@@ -12,7 +12,7 @@ $term = kitty
|
||||
exec-once = $bar
|
||||
exec-once = $wallpaper
|
||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
exec-once = udiskie
|
||||
#exec-once = udiskie
|
||||
exec-once = ~/.config/mako/launch.sh
|
||||
exec-once = swayidle -w timeout 300 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on && sleep 1 && ~/.scripts/monitor 0'
|
||||
exec-once = ~/.scripts/pushover "I'm on!" "Apocrypha"
|
||||
@@ -37,9 +37,12 @@ input {
|
||||
kb_layout = us
|
||||
kb_variant = intl
|
||||
numlock_by_default = true
|
||||
follow_mouse = 1
|
||||
follow_mouse = 2
|
||||
repeat_delay = 300
|
||||
repeat_rate = 30
|
||||
#tablet {
|
||||
#relative_input = true
|
||||
#}
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#general
|
||||
@@ -59,14 +62,17 @@ general {
|
||||
decoration {
|
||||
rounding = 20
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 0.9
|
||||
inactive_opacity = 0.8
|
||||
blur {
|
||||
enabled = true
|
||||
size = 8
|
||||
passes = 2
|
||||
size = 4
|
||||
passes = 4
|
||||
noise = 0
|
||||
contrast = 1.2
|
||||
brightness = 1.0
|
||||
contrast = 1.4
|
||||
brightness = 0.8
|
||||
vibrancy = 1.0
|
||||
vibrancy_darkness = 0.1
|
||||
ignore_opacity = true
|
||||
}
|
||||
drop_shadow = false
|
||||
}
|
||||
@@ -108,7 +114,7 @@ dwindle {
|
||||
}
|
||||
|
||||
misc {
|
||||
focus_on_activate = true
|
||||
focus_on_activate = false
|
||||
disable_hyprland_logo = true
|
||||
disable_splash_rendering = true
|
||||
vfr = false
|
||||
@@ -116,6 +122,7 @@ misc {
|
||||
|
||||
# Window rules and bindings
|
||||
windowrule = idleinhibit focus, mpv
|
||||
windowrulev2 = opaque, class:mpv
|
||||
windowrule = idleinhibit fullscreen, firefox
|
||||
windowrule = float, imv
|
||||
windowrule = rounding 0, imv
|
||||
@@ -123,6 +130,9 @@ windowrule = workspace 3 silent, discord
|
||||
windowrule = opacity 0.9 0.9, discord
|
||||
windowrulev2 = workspace 4 silent,class:^(steam)$
|
||||
windowrulev2 = noinitialfocus,class:^(steam)$
|
||||
windowrulev2 = stayfocused, title:^()$,class:^(steam)$
|
||||
windowrulev2 = minsize 1 1, title:^()$,class:^(steam)$
|
||||
|
||||
# windowrule = workspace 4 silent, title:None
|
||||
windowrule = float, Rofi
|
||||
windowrule = center, Rofi
|
||||
@@ -141,10 +151,13 @@ bind = $Mod CTRL, D, exec, dolphin
|
||||
bind = $Mod SHIFT, E, exec, [silent] steam
|
||||
bind = $Mod, E, exec, thunar
|
||||
bind = $Mod, I, exec, $term -e btop
|
||||
bind = $Mod, M, exec, pgrep spotifyd || spotifyd
|
||||
bind = $Mod, M, exec, $term -e spt
|
||||
bind = $Mod SHIFT, I, exec, $term -e nvim ~/.config/hypr/hyprland.conf
|
||||
bind = $Mod, N, exec, mozillavpn activate
|
||||
bind = $Mod SHIFT, N, exec, mozillavpn deactivate
|
||||
#bind = $Mod, M, exec, pgrep spotifyd || spotifyd
|
||||
#bind = $Mod, M, exec, $term -e spt
|
||||
bind = $Mod, M, exec, $term -e ncmpcpp
|
||||
bind = $Mod, P, exec, pass clip -r
|
||||
bind = $Mod, T, exec, killall -9 mpv || mpv rtmp://dibella/live/stream
|
||||
bind = $Mod SHIFT, T, exec, teams
|
||||
bind = $Mod SHIFT, W, exec, firefox
|
||||
bind = $Mod CTRL SHIFT, W, exec, firefox -P Shinobi
|
||||
@@ -159,9 +172,11 @@ bind = $Mod, V, togglesplit
|
||||
bind = $Mod SHIFT, V, togglegroup
|
||||
bind = $Mod, F, fullscreen
|
||||
bind = $Mod SHIFT, F, fullscreen, 1
|
||||
bind = $Mod CTRL, F, fakefullscreen, 1
|
||||
bind = $Mod, Space, togglefloating
|
||||
bind = $Mod SHIFT, Space, pin
|
||||
bind = $Mod, Q, killactive
|
||||
bind = $Mod, W, pseudo
|
||||
bind = $Mod SHIFT, Backspace, exec, swaylock -f -C ~/.cache/wal/swaylock
|
||||
bind = $Mod SHIFT CTRL, Backspace, exit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user