thunderbird

This commit is contained in:
denode 2026-03-16 12:00:50 +01:00
parent 1b41b19c66
commit b7ae15abe9

View file

@ -1,26 +1,19 @@
# MONITORS # # MONITORS #
monitor=eDP-1,1920x1080,auto,1.3333 monitor=eDP-1,1920x1080,auto,1.3333
# MY PROGRAMS #
$terminal = kitty $terminal = kitty
$fileManager = nemo $fileManager = nemo
# AUTOSTART #
exec-once = waybar & hyprpaper & swaync exec-once = waybar & hyprpaper & swaync
exec-once = wl-paste --type text --watch cliphist store
exec-once = wl-paste --type image --watch cliphist store
# ENVIRONMENT VARIABLES #
env = XCURSOR_SIZE,24 env = XCURSOR_SIZE,24
env = HYPRCURSOR_SIZE,24 env = HYPRCURSOR_SIZE,24
# PERMISSIONS #
permission = /usr/(bin|local/bin)/grim, screencopy, allow permission = /usr/(bin|local/bin)/grim, screencopy, allow
permission = /usr/(lib|libexec|lib64)/xdg-desktop-portal-hyprland, screencopy, allow permission = /usr/(lib|libexec|lib64)/xdg-desktop-portal-hyprland, screencopy, allow
permission = /usr/(bin|local/bin)/hyprpm, plugin, allow permission = /usr/(bin|local/bin)/hyprpm, plugin, allow
# LOOK AND FEEL #
general { general {
gaps_in = 3 gaps_in = 3
gaps_out = 6 gaps_out = 6
@ -36,14 +29,12 @@ general {
layout = dwindle layout = dwindle
} }
#deco
decoration { decoration {
rounding = 5 rounding = 5
rounding_power = 2 rounding_power = 2
active_opacity = 0.95 active_opacity = 0.95
inactive_opacity = 0.90 inactive_opacity = 0.90
#shadow
shadow { shadow {
enabled = true enabled = true
range = 4 range = 4
@ -51,7 +42,6 @@ decoration {
color = rgba(1a1a1aee) color = rgba(1a1a1aee)
} }
#blur
blur { blur {
enabled = true enabled = true
size = 3 size = 3
@ -61,12 +51,10 @@ decoration {
} }
} }
#animations
animations { animations {
enabled = true enabled = true
#curves
# NAME, X0, Y0, X1, Y1 # NAME, X0, Y0, X1, Y1
bezier = easeOutQuint, 0.23, 1, 0.32, 1 bezier = easeOutQuint, 0.23, 1, 0.32, 1
bezier = easeInOutCubic, 0.65, 0.05, 0.36, 1 bezier = easeInOutCubic, 0.65, 0.05, 0.36, 1
@ -74,7 +62,6 @@ animations {
bezier = almostLinear, 0.5, 0.5, 0.75, 1 bezier = almostLinear, 0.5, 0.5, 0.75, 1
bezier = quick, 0.15, 0, 0.1, 1 bezier = quick, 0.15, 0, 0.1, 1
#animations
# NAME, ONOFF, SPEED, CURVE, [STYLE] # NAME, ONOFF, SPEED, CURVE, [STYLE]
animation = global, 1, 10, default animation = global, 1, 10, default
animation = border, 1, 5.39, easeOutQuint animation = border, 1, 5.39, easeOutQuint
@ -95,18 +82,15 @@ animations {
animation = zoomFactor, 1, 7, quick animation = zoomFactor, 1, 7, quick
} }
#dwindle
dwindle { dwindle {
pseudotile = true pseudotile = true
preserve_split = true preserve_split = true
} }
#master
master { master {
new_status = master new_status = master
} }
#misc
misc { misc {
force_default_wallpaper = 0 force_default_wallpaper = 0
disable_hyprland_logo = true disable_hyprland_logo = true
@ -114,9 +98,7 @@ misc {
} }
# INPUT #
#input
input { input {
kb_layout = de kb_layout = de
kb_variant = kb_variant =
@ -133,7 +115,6 @@ input {
} }
} }
#Gestures
gesture = 3, horizontal, workspace gesture = 3, horizontal, workspace
device { device {
@ -142,7 +123,6 @@ device {
} }
# KEYBINDINGS #
$mainMod = SUPER $mainMod = SUPER
bind = $mainMod, Return, exec, $terminal bind = $mainMod, Return, exec, $terminal
@ -157,14 +137,13 @@ bind = $mainMod, P, exec, /home/denode/.config/waybar/scripts/power.sh
bind = $mainMod SHIFT, S, exec, grim -g "$(slurp)" - | swappy -f - bind = $mainMod SHIFT, S, exec, grim -g "$(slurp)" - | swappy -f -
bind = $mainMod, N, exec, swaync-client -t -sw bind = $mainMod, N, exec, swaync-client -t -sw
bind = $mainMod SHIFT, N, exec, swaync-client -d -sw bind = $mainMod SHIFT, N, exec, swaync-client -d -sw
bind = $mainMod, T, exec, gnome-text-editor
# Move focus with mainMod + arrow keys
bind = $mainMod, left, movefocus, l bind = $mainMod, left, movefocus, l
bind = $mainMod, right, movefocus, r bind = $mainMod, right, movefocus, r
bind = $mainMod, up, movefocus, u bind = $mainMod, up, movefocus, u
bind = $mainMod, down, movefocus, d bind = $mainMod, down, movefocus, d
bind = $mainMod, M, exec, thunderbird
# Switch workspaces with mainMod + [0-9]
bind = $mainMod, 1, workspace, 1 bind = $mainMod, 1, workspace, 1
bind = $mainMod, 2, workspace, 2 bind = $mainMod, 2, workspace, 2
bind = $mainMod, 3, workspace, 3 bind = $mainMod, 3, workspace, 3
@ -176,7 +155,6 @@ bind = $mainMod, 8, workspace, 8
bind = $mainMod, 9, workspace, 9 bind = $mainMod, 9, workspace, 9
bind = $mainMod, 0, workspace, 10 bind = $mainMod, 0, workspace, 10
# Move active window to a workspace with mainMod + SHIFT + [0-9]
bind = $mainMod SHIFT, 1, movetoworkspace, 1 bind = $mainMod SHIFT, 1, movetoworkspace, 1
bind = $mainMod SHIFT, 2, movetoworkspace, 2 bind = $mainMod SHIFT, 2, movetoworkspace, 2
bind = $mainMod SHIFT, 3, movetoworkspace, 3 bind = $mainMod SHIFT, 3, movetoworkspace, 3
@ -188,26 +166,20 @@ bind = $mainMod SHIFT, 8, movetoworkspace, 8
bind = $mainMod SHIFT, 9, movetoworkspace, 9 bind = $mainMod SHIFT, 9, movetoworkspace, 9
bind = $mainMod SHIFT, 0, movetoworkspace, 10 bind = $mainMod SHIFT, 0, movetoworkspace, 10
# Example special workspace (scratchpad)
bind = $mainMod, S, togglespecialworkspace, magic bind = $mainMod, S, togglespecialworkspace, magic
#bind = $mainMod SHIFT, S, movetoworkspace, special:magic
# Scroll through existing workspaces with mainMod + scroll
bind = $mainMod, mouse_down, workspace, e+1 bind = $mainMod, mouse_down, workspace, e+1
bind = $mainMod, mouse_up, workspace, e-1 bind = $mainMod, mouse_up, workspace, e-1
# Move/resize windows with mainMod + LMB/RMB and dragging
bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow bindm = $mainMod, mouse:273, resizewindow
# Laptop multimedia keys for volume and LCD brightness
bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+ bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+
bindel = ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- bindel = ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
bindel = ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle bindel = ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
bindel = ,XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle bindel = ,XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
bindel = ,XF86MonBrightnessUp, exec, brightnessctl -e4 -n2 set 5%+ bindel = ,XF86MonBrightnessUp, exec, brightnessctl -e4 -n2 set 5%+
bindel = ,XF86MonBrightnessDown, exec, brightnessctl -e4 -n2 set 5%- bindel = ,XF86MonBrightnessDown, exec, brightnessctl -e4 -n2 set 5%-
# Requires playerctl
bindl = , XF86AudioNext, exec, playerctl next bindl = , XF86AudioNext, exec, playerctl next
bindl = , XF86AudioPause, exec, playerctl play-pause bindl = , XF86AudioPause, exec, playerctl play-pause
bindl = , XF86AudioPlay, exec, playerctl play-pause bindl = , XF86AudioPlay, exec, playerctl play-pause
@ -222,7 +194,6 @@ bind = ,XF86LaunchA, exec, nwg-displays
bind = ,XF86Explorer, exec, grim -g "$(slurp)" - | swappy -f - bind = ,XF86Explorer, exec, grim -g "$(slurp)" - | swappy -f -
bind = SUPER SHIFT, V, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy bind = SUPER SHIFT, V, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy
# WINDOWS AND WORKSPACES #
windowrule { windowrule {
name = supress-maximize-events name = supress-maximize-events
match:class = .* match:class = .*
@ -248,5 +219,4 @@ windowrule {
float = yes float = yes
} }
exec-once = blueman-applet exec-once = blueman-applet