3 files changed,
9 insertions(+),
11 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2025-02-01 00:37:58 +0200
Parent:
dfd841d
M
config/hypr/hyprland.conf
@@ -8,9 +8,9 @@ env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
# }}} # variables {{{ $mod = SUPER +$browser = brave $terminal = kitty -$logseq = ~/.local/appimage/logseq.AppImage -$obsidian = obsidian +$notaker = obsidian $filemanager = pcmanfm # }}} # auto start {{{@@ -23,7 +23,7 @@ exec-once = blueman-applet
exec-once = ~/.config/hypr/xdg-portal.sh exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP -exec-once = wlsunset -S 10:00 -s 18:00 +exec-once = wlsunset -S 9:00 -s 19:00 exec-once = ~/code/aw-server-rust/target/release/aw-server exec-once = ~/code/awatcher/target/release/awatcher@@ -157,9 +157,6 @@ bind = $mod, Return, exec, $terminal
bind = $mod SHIFT, Return, exec, wofi --show drun --allow-images bind = $mod SHIFT, Escape, exec, ~/bin/wofi-power-menu - bind = $mod CTRL, e, exec, wofi-emoji - - bind = $mod CTRL, l, exec, swaylock bind = $mod, f, fullscreen bind = $mod Ctrl, f, togglefloating@@ -167,13 +164,12 @@ bind = , Print, exec, hyprshot -m region
bind = , SHIFT Print, exec, hyprshot -m output # programs {{{ - bind = $mod SHIFT, w, exec, brave + bind = $mod SHIFT, w, exec, $browser bind = $mod SHIFT, f, exec, $filemanager - bind = $mod SHIFT, d, exec, $obsidian + bind = $mod SHIFT, d, exec, $notaker bind = $mod SHIFT, a, exec, anki bind = $mod SHIFT, s, exec, spotify bind = $mod SHIFT, t, exec, telegram-desktop - bind = $mod SHIFT, c, exec, $morgen # }}} # sound {{{ bindl = , XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.4 @DEFAULT_AUDIO_SINK@ 5%+
A
config/hypr/hyprlock.conf
@@ -0,0 +1,2 @@
+bezier = linear, 1, 1, 0, 0 +animation = fade, 1, 1.8, linear
M
config/hypr/hyprpaper.conf
@@ -1,2 +1,2 @@
-preload = /home/olex/Pictures/wall.jpg -wallpaper = ,/home/olex/Pictures/wall.jpg +preload = /home/olex/Pictures/wall.png +wallpaper = ,/home/olex/Pictures/wall.png