1 files changed,
6 insertions(+),
4 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2024-05-14 15:42:47 +0300
Parent:
29cf614
M
config/hypr/hyprland.conf
··· 4 4 # variables {{{ 5 5 $mod = SUPER 6 6 $terminal = kitty 7 +$logseq = ~/.local/appimage/logseq.AppImage 8 +$morgen = ~/.local/appimage/morgen.AppImage 7 9 # }}} 8 10 # auto start {{{ 9 11 exec-once = waybar ··· 19 21 exec-once = wlsunset -S 10:00 -s 19:00 20 22 exec-once = ~/.config/hypr/bat.sh 21 23 22 -exec-once = ~/.local/appimage/logseq.AppImage 23 -exec-once = ~/.local/appimage/morgen.AppImage 24 +exec-once = $logseq 25 +exec-once = $morgen 24 26 25 27 exec-once = /home/olex/code/awatcher/target/release/awatcher 26 28 exec-once = /home/olex/code/aw-server-rust/target/release/aw-server ··· 169 171 bind = $mod SHIFT, w, exec, brave 170 172 bind = $mod SHIFT, e, exec, firefox 171 173 bind = $mod SHIFT, f, exec, nautilus 172 - bind = $mod SHIFT, d, exec, ~/.local/appimage/logseq.AppImage 174 + bind = $mod SHIFT, d, exec, $logseq 173 175 bind = $mod SHIFT, a, exec, anki 174 176 bind = $mod SHIFT, s, exec, spotify 175 177 bind = $mod SHIFT, t, exec, telegram-desktop 176 - bind = $mod SHIFT, c, exec, morgen 178 + bind = $mod SHIFT, c, exec, $morgen 177 179 # }}} 178 180 # sound {{{ 179 181 bindl = , XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.4 @DEFAULT_AUDIO_SINK@ 5%+