mirror of
https://github.com/Yannick7777/dotfiles.git
synced 2025-06-26 06:35:23 +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 = hypridle
|
||||||
exec-once = hyprlock
|
exec-once = hyprlock
|
||||||
exec-once = pactl set-sink-mute @DEFAULT_SINK@ 1
|
exec-once = pactl set-sink-mute @DEFAULT_SINK@ 1
|
||||||
|
exec-once = gentoo-pipewire-launcher restart
|
||||||
|
|
||||||
exec-once =[workspace 4 silent] youtube-music
|
exec-once =[workspace 4 silent] youtube-music
|
||||||
|
|
||||||
|
@ -68,6 +69,11 @@ env = XCURSOR_SIZE,24
|
||||||
env = HYPRCURSOR_THEME, Adwaita
|
env = HYPRCURSOR_THEME, Adwaita
|
||||||
env = HYPRCURSOR_SIZE,24
|
env = HYPRCURSOR_SIZE,24
|
||||||
|
|
||||||
|
cursor {
|
||||||
|
sync_gsettings_theme = false
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
env = ELECTRON_OZONE_PLATFORM_HINT,auto
|
env = ELECTRON_OZONE_PLATFORM_HINT,auto
|
||||||
|
|
||||||
|
|
||||||
|
@ -107,11 +113,13 @@ decoration {
|
||||||
active_opacity = 1.0
|
active_opacity = 1.0
|
||||||
inactive_opacity = 0.98
|
inactive_opacity = 0.98
|
||||||
|
|
||||||
drop_shadow = true
|
shadow {
|
||||||
shadow_range = 4
|
enabled = true
|
||||||
shadow_render_power = 3
|
range = 4
|
||||||
col.shadow = rgba(1a1a1aee)
|
render_power = 3
|
||||||
|
color = rgba(1a1a1aee)
|
||||||
|
|
||||||
|
}
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#blur
|
# https://wiki.hyprland.org/Configuring/Variables/#blur
|
||||||
blur {
|
blur {
|
||||||
enabled = true
|
enabled = true
|
||||||
|
@ -178,8 +186,6 @@ input {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
cursor:sync_gsettings_theme = false
|
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
||||||
gestures {
|
gestures {
|
||||||
workspace_swipe = true
|
workspace_swipe = true
|
||||||
|
@ -209,7 +215,7 @@ bind = $mainMod, E, exec, $fileManager
|
||||||
bind = $mainMod, V, togglefloating,
|
bind = $mainMod, V, togglefloating,
|
||||||
bindr = $mainMod, SUPER_L, exec, pkill $menu || $menu_open_cmd
|
bindr = $mainMod, SUPER_L, exec, pkill $menu || $menu_open_cmd
|
||||||
bind = $mainMod, F, exec, librewolf
|
bind = $mainMod, F, exec, librewolf
|
||||||
bind = $mainMod SHIFT, F, exec, librewolf
|
bind = $mainMod SHIFT, F, exec, qutebrowser
|
||||||
# bind = $mainMod, P, pseudo, # dwindle
|
# bind = $mainMod, P, pseudo, # dwindle
|
||||||
bind = $mainMod, N, togglesplit,
|
bind = $mainMod, N, togglesplit,
|
||||||
bind = $mainMod SHIFT, S, exec, $screenshot -m region
|
bind = $mainMod SHIFT, S, exec, $screenshot -m region
|
||||||
|
|
Loading…
Add table
Reference in a new issue