This commit is contained in:
Stephan Raabe
2023-08-20 17:34:53 +02:00
parent 585834d31d
commit 18131d6f2a
10 changed files with 150 additions and 46 deletions

View File

@@ -21,6 +21,7 @@ exec-once = waybar
exec-once = swww init
exec-once = ~/dotfiles/scripts/updatewal-swww.sh
exec-once = dunst
exec-once = ~/dotfiles/hypr/gtk.sh
# -----------------------------------------------------
# Load pywal color file
@@ -73,6 +74,10 @@ decoration {
size = 3
passes = 1
}
active_opacity = 1.0
inactive_opacity = 0.9
fullscreen_opacity = 1.0
drop_shadow = true
shadow_range = 4
shadow_render_power = 3
@@ -121,8 +126,7 @@ device:epic-mouse-v1 {
# -----------------------------------------------------
# Window rules
# -----------------------------------------------------
windowrule = tile,title:^(Outlook)(.*)$
windowrule = tile,title:^(Microsoft)(.*)$
windowrule = tile,^(Brave-browser)$
# -----------------------------------------------------
# Key bindings
@@ -130,6 +134,7 @@ windowrule = tile,title:^(Microsoft)(.*)$
$mainMod = SUPER
bind = $mainMod, RETURN, exec, alacritty
bind = $mainMod, Q, killactive
bind = $mainMod, F, fullscreen
bind = $mainMod CTRL, Q, exec, ~/dotfiles/scripts/powermenu-hypr.sh
bind = $mainMod, E, exec, dolphin
bind = $mainMod, T, togglefloating
@@ -143,6 +148,7 @@ bind = $mainMod, left, movefocus, l
bind = $mainMod, right, movefocus, r
bind = $mainMod, up, movefocus, u
bind = $mainMod, down, movefocus, d
bind = $mainMod, PRINT, exec, ~/dotfiles/scripts/grim.sh
bind = $mainMod, 1, workspace, 1
bind = $mainMod, 2, workspace, 2
bind = $mainMod, 3, workspace, 3