diff options
Diffstat (limited to '.config/hypr/hyprland.conf')
| -rw-r--r-- | .config/hypr/hyprland.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 7a3f2c9..52d71e8 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -14,6 +14,7 @@ monitor=HDMI-A-1,preferred,3840x0,1 # Execute your favorite apps at launch exec-once = waybar exec-once = swaybg -i .config/bg/orion.png +exec-once = nextcloud --background exec-once = blueberry-tray exec-once = element-desktop --hidden exec-once = /usr/lib/kdeconnectd && kdeconnect-indicator @@ -129,10 +130,12 @@ bind = $mainMod+Shift, E, exec, alacritty -e neomutt bind = $mainMod+Shift, Return, exec, alacritty bind = $mainMod, F, fullscreen, 0 bind = $mainMod, M, exec, doc +binde=, XF86AudioMute, exec, wpctl set-mute toggle binde=, XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%+ binde=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- bind =, XF86AudioPlay, exec, playerctl play-pause bind =, Scroll_Lock, exec, wlock +bind = $mainMod, Escape, exec, wlock bind = , Print, exec, grimshot copy area bind = $mainMod, F12, exec, sh -c 'keyusbctl -t && pkill -RTMIN+10 waybar' bind = $mainMod, F1, movecurrentworkspacetomonitor, 0 |