thunderbird
This commit is contained in:
parent
1b41b19c66
commit
b7ae15abe9
1 changed files with 2 additions and 32 deletions
|
|
@ -1,26 +1,19 @@
|
|||
# MONITORS #
|
||||
monitor=eDP-1,1920x1080,auto,1.3333
|
||||
|
||||
# MY PROGRAMS #
|
||||
$terminal = kitty
|
||||
$fileManager = nemo
|
||||
|
||||
|
||||
# AUTOSTART #
|
||||
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 = HYPRCURSOR_SIZE,24
|
||||
|
||||
# PERMISSIONS #
|
||||
permission = /usr/(bin|local/bin)/grim, screencopy, allow
|
||||
permission = /usr/(lib|libexec|lib64)/xdg-desktop-portal-hyprland, screencopy, allow
|
||||
permission = /usr/(bin|local/bin)/hyprpm, plugin, allow
|
||||
|
||||
# LOOK AND FEEL #
|
||||
general {
|
||||
gaps_in = 3
|
||||
gaps_out = 6
|
||||
|
|
@ -36,14 +29,12 @@ general {
|
|||
|
||||
layout = dwindle
|
||||
}
|
||||
#deco
|
||||
decoration {
|
||||
rounding = 5
|
||||
rounding_power = 2
|
||||
|
||||
active_opacity = 0.95
|
||||
inactive_opacity = 0.90
|
||||
#shadow
|
||||
shadow {
|
||||
enabled = true
|
||||
range = 4
|
||||
|
|
@ -51,7 +42,6 @@ decoration {
|
|||
color = rgba(1a1a1aee)
|
||||
}
|
||||
|
||||
#blur
|
||||
blur {
|
||||
enabled = true
|
||||
size = 3
|
||||
|
|
@ -61,12 +51,10 @@ decoration {
|
|||
}
|
||||
}
|
||||
|
||||
#animations
|
||||
animations {
|
||||
enabled = true
|
||||
|
||||
|
||||
#curves
|
||||
# NAME, X0, Y0, X1, Y1
|
||||
bezier = easeOutQuint, 0.23, 1, 0.32, 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 = quick, 0.15, 0, 0.1, 1
|
||||
|
||||
#animations
|
||||
# NAME, ONOFF, SPEED, CURVE, [STYLE]
|
||||
animation = global, 1, 10, default
|
||||
animation = border, 1, 5.39, easeOutQuint
|
||||
|
|
@ -95,18 +82,15 @@ animations {
|
|||
animation = zoomFactor, 1, 7, quick
|
||||
}
|
||||
|
||||
#dwindle
|
||||
dwindle {
|
||||
pseudotile = true
|
||||
preserve_split = true
|
||||
}
|
||||
|
||||
#master
|
||||
master {
|
||||
new_status = master
|
||||
}
|
||||
|
||||
#misc
|
||||
misc {
|
||||
force_default_wallpaper = 0
|
||||
disable_hyprland_logo = true
|
||||
|
|
@ -114,9 +98,7 @@ misc {
|
|||
}
|
||||
|
||||
|
||||
# INPUT #
|
||||
|
||||
#input
|
||||
input {
|
||||
kb_layout = de
|
||||
kb_variant =
|
||||
|
|
@ -133,7 +115,6 @@ input {
|
|||
}
|
||||
}
|
||||
|
||||
#Gestures
|
||||
gesture = 3, horizontal, workspace
|
||||
|
||||
device {
|
||||
|
|
@ -142,7 +123,6 @@ device {
|
|||
}
|
||||
|
||||
|
||||
# KEYBINDINGS #
|
||||
$mainMod = SUPER
|
||||
|
||||
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, N, exec, swaync-client -t -sw
|
||||
bind = $mainMod SHIFT, N, exec, swaync-client -d -sw
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, T, exec, gnome-text-editor
|
||||
bind = $mainMod, left, movefocus, l
|
||||
bind = $mainMod, right, movefocus, r
|
||||
bind = $mainMod, up, movefocus, u
|
||||
bind = $mainMod, down, movefocus, d
|
||||
bind = $mainMod, M, exec, thunderbird
|
||||
|
||||
# Switch workspaces with mainMod + [0-9]
|
||||
bind = $mainMod, 1, workspace, 1
|
||||
bind = $mainMod, 2, workspace, 2
|
||||
bind = $mainMod, 3, workspace, 3
|
||||
|
|
@ -176,7 +155,6 @@ bind = $mainMod, 8, workspace, 8
|
|||
bind = $mainMod, 9, workspace, 9
|
||||
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, 2, movetoworkspace, 2
|
||||
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, 0, movetoworkspace, 10
|
||||
|
||||
# Example special workspace (scratchpad)
|
||||
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_up, workspace, e-1
|
||||
|
||||
# Move/resize windows with mainMod + LMB/RMB and dragging
|
||||
bindm = $mainMod, mouse:272, movewindow
|
||||
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 = ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||
bindel = ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||
bindel = ,XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
||||
bindel = ,XF86MonBrightnessUp, exec, brightnessctl -e4 -n2 set 5%+
|
||||
bindel = ,XF86MonBrightnessDown, exec, brightnessctl -e4 -n2 set 5%-
|
||||
# Requires playerctl
|
||||
bindl = , XF86AudioNext, exec, playerctl next
|
||||
bindl = , XF86AudioPause, 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 = SUPER SHIFT, V, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy
|
||||
|
||||
# WINDOWS AND WORKSPACES #
|
||||
windowrule {
|
||||
name = supress-maximize-events
|
||||
match:class = .*
|
||||
|
|
@ -248,5 +219,4 @@ windowrule {
|
|||
float = yes
|
||||
}
|
||||
|
||||
|
||||
exec-once = blueman-applet
|
||||
|
|
|
|||
Loading…
Reference in a new issue