refactor: new autostarts in hyprland.conf;
chore: cleaned up some unused apps and comments in hyprland.conf; feat: buffed window animations
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor=eDP-1, 1920x1080, 0x0, 1
|
||||
monitor=HDMI-A-1, 1920x1080, -1920x-100, 1
|
||||
# monitor=eDP-1,addreserved,0,0,0,625
|
||||
|
||||
###################
|
||||
### MY PROGRAMS ###
|
||||
@@ -20,7 +19,6 @@ $fileManager = thunar
|
||||
$menu = $HOME/.config/rofi-wayland/launchers/type-6/launcher.sh
|
||||
$browser = env GTK_THEME=Adwaita:light zen-browser
|
||||
$privateBrowser = env GTK_THEME=Adwaita:light zen-browser --private-window
|
||||
$passwordManager = keepassxc
|
||||
|
||||
#################
|
||||
### AUTOSTART ###
|
||||
@@ -33,18 +31,18 @@ $passwordManager = keepassxc
|
||||
exec-once = hyprpaper
|
||||
exec-once = waybar & hypridle & hyprsunset &
|
||||
exec-once = mullvad-vpn &
|
||||
exec-once = galaxybudsclient /StartMinimized &
|
||||
exec-once = swaync
|
||||
exec-once = ~/.config/hypr/scripts/random_wallpaper.sh
|
||||
exec-once = ~/.config/hypr/scripts/autofreezer.sh
|
||||
exec-once = ~/.config/bspwm/checkupdates.sh
|
||||
|
||||
# exec-once = systemctl --user startexec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP hyprpaper.service
|
||||
exec-once = libinput-gestures
|
||||
exec-once = copyq --start-server
|
||||
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||
exec-once = thunar --daemon &
|
||||
exec-once = touch /tmp/toggle_ssocks
|
||||
exec-once = ~/.config/bspwm/proxy.sh &
|
||||
exec-once = ~/.config/bspwm/checkupdates.sh
|
||||
exec-once = nextcloud --background &
|
||||
exec-once = [workspace 8 silent] Telegram
|
||||
# exec-once = [workspace 7 silent] superproductivity
|
||||
@@ -131,8 +129,8 @@ decoration {
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#blur
|
||||
blur {
|
||||
enabled = true
|
||||
size = 5
|
||||
passes = 1
|
||||
size = 3
|
||||
passes = 2
|
||||
|
||||
vibrancy = 0.1696
|
||||
}
|
||||
@@ -175,8 +173,8 @@ animations {
|
||||
animation = global, 1, 10, default
|
||||
animation = border, 1, 5.39, easeOutQuint
|
||||
animation = windows, 1, 4.79, easeOutQuint
|
||||
animation = windowsIn, 1, 4.1, easeOutQuint, popin 87%
|
||||
animation = windowsOut, 1, 1.49, linear, popin 87%
|
||||
animation = windowsIn, 1, 5, easeOutQuint, slide
|
||||
animation = windowsOut, 1, 5, linear, popin 0%
|
||||
animation = fadeIn, 1, 1.73, almostLinear
|
||||
animation = fadeOut, 1, 1.46, almostLinear
|
||||
animation = fade, 1, 3.03, quick
|
||||
@@ -186,8 +184,10 @@ animations {
|
||||
animation = fadeLayersIn, 1, 1.79, almostLinear
|
||||
animation = fadeLayersOut, 1, 1.39, almostLinear
|
||||
animation = workspaces, 1, 1.94, almostLinear, fade
|
||||
animation = workspacesIn, 1, 1.21, almostLinear, fade
|
||||
animation = workspacesOut, 1, 1.94, almostLinear, fade
|
||||
animation = workspacesIn, 1, 4, easeOutQuint, slide
|
||||
animation = workspacesOut, 1, 4, easeOutQuint, slide
|
||||
animation = specialWorkspaceIn, 1, 5, easeOutQuint, slide bottom
|
||||
animation = specialWorkspaceOut, 1, 8, easeOutQuint, slide top
|
||||
animation = layers, 1, 7, default, slide
|
||||
}
|
||||
|
||||
@@ -242,7 +242,6 @@ misc {
|
||||
enable_swallow = true
|
||||
middle_click_paste = false
|
||||
enable_anr_dialog = false
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -300,7 +299,6 @@ bind = $mainMod, Q, exec, $browser
|
||||
bind = $mainMod SHIFT, Q, exec, $privateBrowser
|
||||
bind = $mainMod, Backslash, exec, $fastTerminal
|
||||
bind = $mainMod, Space, exec, $menu
|
||||
# bind = $mainMod, X, exec, $passwordManager
|
||||
bind = $mainMod, N, exec, swaync-client -t -sw
|
||||
|
||||
# Open floating terminal
|
||||
@@ -337,8 +335,6 @@ bind = $mainMod SHIFT, S, centerwindow,
|
||||
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, D, togglesplit, # dwindle
|
||||
# bind = $mainMod SHIFT, Print, exec, IMG=~/Pictures/Screenshots/$(date +%Y-%m-%d_%H-%m-%s).png grim -g "$(slurp -d)" - | swappy -f -
|
||||
# bind = $mainMod, Print, exec, IMG=~/Pictures/Screenshots/$(date +%Y-%m-%d_%H-%m-%s).png && grim -g "$(slurp)" $IMG && wl-copy < $IMG
|
||||
bind = $mainMod SHIFT, Print, exec, grimblast --freeze copysave area ~/Pictures/Screenshots/$(date +%Y-%m-%d_%H-%m-%s).jpg && play ~/Templates/Sounds/photo.mp3
|
||||
bind = $mainMod, Print, exec, play ~/Templates/Sounds/photo.mp3 & grimblast --freeze copysave output ~/Pictures/Screenshots/$(date +%Y-%m-%d_%H-%m-%s).jpg
|
||||
|
||||
@@ -515,15 +511,15 @@ binde = $mainMod CTRL, F9, tagwindow, voicechatuz
|
||||
bindr = , F9, sendshortcut, , F9, class:TelegramDesktop
|
||||
windowrule = bordercolor rgba(ffff00ff) rgba(ffff0055),tag:voicechatuz
|
||||
|
||||
# Zen - focus searchbar
|
||||
bindrn = CTRL, Space, sendshortcut, , F6, class:^(zen)$
|
||||
|
||||
# Disable binds temporarily
|
||||
bind = $mainMod, Escape, submap, clean
|
||||
submap = clean
|
||||
bind = $mainMod, Escape, submap, reset
|
||||
submap = reset
|
||||
|
||||
# bindr = , F8, sendshortcut, , Space, title:^(ready\ or\ тундра\.\.\.)$
|
||||
# bindr = , F8, sendshortcut, , Space, title:^(КОМАНДА\ Эспада)$
|
||||
|
||||
##############################
|
||||
### WINDOWS AND WORKSPACES ###
|
||||
##############################
|
||||
@@ -575,7 +571,7 @@ windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned
|
||||
# Animation for rofi
|
||||
layerrule = ignorezero, rofi
|
||||
layerrule = blur, rofi
|
||||
layerrule = animation slideIn left, rofi
|
||||
layerrule = animation slide left, rofi
|
||||
|
||||
# Animation fpr swaync
|
||||
layerrule = blur, swaync-control-center
|
||||
|
||||
Reference in New Issue
Block a user