mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
hypr: upd
This commit is contained in:
parent
29cf6142f9
commit
5128e8814c
1 changed files with 6 additions and 4 deletions
|
|
@ -4,6 +4,8 @@ monitor=,highres,auto,1
|
||||||
# variables {{{
|
# variables {{{
|
||||||
$mod = SUPER
|
$mod = SUPER
|
||||||
$terminal = kitty
|
$terminal = kitty
|
||||||
|
$logseq = ~/.local/appimage/logseq.AppImage
|
||||||
|
$morgen = ~/.local/appimage/morgen.AppImage
|
||||||
# }}}
|
# }}}
|
||||||
# auto start {{{
|
# auto start {{{
|
||||||
exec-once = waybar
|
exec-once = waybar
|
||||||
|
|
@ -19,8 +21,8 @@ exec-once = swayidle -w timeout 120 '$lock' timeout 1200 'hyprctl dispatch dpms
|
||||||
exec-once = wlsunset -S 10:00 -s 19:00
|
exec-once = wlsunset -S 10:00 -s 19:00
|
||||||
exec-once = ~/.config/hypr/bat.sh
|
exec-once = ~/.config/hypr/bat.sh
|
||||||
|
|
||||||
exec-once = ~/.local/appimage/logseq.AppImage
|
exec-once = $logseq
|
||||||
exec-once = ~/.local/appimage/morgen.AppImage
|
exec-once = $morgen
|
||||||
|
|
||||||
exec-once = /home/olex/code/awatcher/target/release/awatcher
|
exec-once = /home/olex/code/awatcher/target/release/awatcher
|
||||||
exec-once = /home/olex/code/aw-server-rust/target/release/aw-server
|
exec-once = /home/olex/code/aw-server-rust/target/release/aw-server
|
||||||
|
|
@ -169,11 +171,11 @@ windowrulev2 = noinitialfocus,class:^(xwaylandvideobridge)$
|
||||||
bind = $mod SHIFT, w, exec, brave
|
bind = $mod SHIFT, w, exec, brave
|
||||||
bind = $mod SHIFT, e, exec, firefox
|
bind = $mod SHIFT, e, exec, firefox
|
||||||
bind = $mod SHIFT, f, exec, nautilus
|
bind = $mod SHIFT, f, exec, nautilus
|
||||||
bind = $mod SHIFT, d, exec, ~/.local/appimage/logseq.AppImage
|
bind = $mod SHIFT, d, exec, $logseq
|
||||||
bind = $mod SHIFT, a, exec, anki
|
bind = $mod SHIFT, a, exec, anki
|
||||||
bind = $mod SHIFT, s, exec, spotify
|
bind = $mod SHIFT, s, exec, spotify
|
||||||
bind = $mod SHIFT, t, exec, telegram-desktop
|
bind = $mod SHIFT, t, exec, telegram-desktop
|
||||||
bind = $mod SHIFT, c, exec, morgen
|
bind = $mod SHIFT, c, exec, $morgen
|
||||||
# }}}
|
# }}}
|
||||||
# sound {{{
|
# sound {{{
|
||||||
bindl = , XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.4 @DEFAULT_AUDIO_SINK@ 5%+
|
bindl = , XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.4 @DEFAULT_AUDIO_SINK@ 5%+
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue