mirror of
https://github.com/Yannick7777/dotfiles.git
synced 2025-06-25 22:25:33 +02:00
updated config for new hyprland versions + switched from qutebrowser to librewolf
This commit is contained in:
parent
51ebbb113d
commit
2eb00757c0
1 changed files with 13 additions and 7 deletions
|
@ -54,6 +54,7 @@ exec-once = sunshine & # Remote access
|
|||
exec-once = hypridle
|
||||
exec-once = hyprlock
|
||||
exec-once = pactl set-sink-mute @DEFAULT_SINK@ 1
|
||||
exec-once = gentoo-pipewire-launcher restart
|
||||
|
||||
exec-once =[workspace 4 silent] youtube-music
|
||||
|
||||
|
@ -68,6 +69,11 @@ env = XCURSOR_SIZE,24
|
|||
env = HYPRCURSOR_THEME, Adwaita
|
||||
env = HYPRCURSOR_SIZE,24
|
||||
|
||||
cursor {
|
||||
sync_gsettings_theme = false
|
||||
}
|
||||
|
||||
|
||||
env = ELECTRON_OZONE_PLATFORM_HINT,auto
|
||||
|
||||
|
||||
|
@ -107,11 +113,13 @@ decoration {
|
|||
active_opacity = 1.0
|
||||
inactive_opacity = 0.98
|
||||
|
||||
drop_shadow = true
|
||||
shadow_range = 4
|
||||
shadow_render_power = 3
|
||||
col.shadow = rgba(1a1a1aee)
|
||||
shadow {
|
||||
enabled = true
|
||||
range = 4
|
||||
render_power = 3
|
||||
color = rgba(1a1a1aee)
|
||||
|
||||
}
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#blur
|
||||
blur {
|
||||
enabled = true
|
||||
|
@ -178,8 +186,6 @@ input {
|
|||
}
|
||||
}
|
||||
|
||||
cursor:sync_gsettings_theme = false
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
||||
gestures {
|
||||
workspace_swipe = true
|
||||
|
@ -209,7 +215,7 @@ bind = $mainMod, E, exec, $fileManager
|
|||
bind = $mainMod, V, togglefloating,
|
||||
bindr = $mainMod, SUPER_L, exec, pkill $menu || $menu_open_cmd
|
||||
bind = $mainMod, F, exec, librewolf
|
||||
bind = $mainMod SHIFT, F, exec, librewolf
|
||||
bind = $mainMod SHIFT, F, exec, qutebrowser
|
||||
# bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, N, togglesplit,
|
||||
bind = $mainMod SHIFT, S, exec, $screenshot -m region
|
||||
|
|
Loading…
Add table
Reference in a new issue