summaryrefslogtreecommitdiff
path: root/config/hyprland/hypr
diff options
context:
space:
mode:
Diffstat (limited to 'config/hyprland/hypr')
-rw-r--r--config/hyprland/hypr/binds.conf2
-rw-r--r--config/hyprland/hypr/hyprland.conf1
-rwxr-xr-xconfig/hyprland/hypr/startup.sh1
3 files changed, 4 insertions, 0 deletions
diff --git a/config/hyprland/hypr/binds.conf b/config/hyprland/hypr/binds.conf
index 5c2dd99..eb3d4a2 100644
--- a/config/hyprland/hypr/binds.conf
+++ b/config/hyprland/hypr/binds.conf
@@ -123,3 +123,5 @@ bind = $mainMod ALT, S, exec, $HOME/.config/hypr/screenshot.sh -m
bind = $mainMod SHIFT, S, exec, $HOME/.config/hypr/screenshot.sh -sc
bind = $mainMod ALT SHIFT, S, exec, $HOME/.config/hypr/screenshot.sh -s
bind = $mainMod CTRL, S, exec, $HOME/.config/hypr/screenshot.sh -f
+
+bind = $mainMod, D, exec, foot -e ssh -t db tmux a
diff --git a/config/hyprland/hypr/hyprland.conf b/config/hyprland/hypr/hyprland.conf
index 8aa437e..a8a99c2 100644
--- a/config/hyprland/hypr/hyprland.conf
+++ b/config/hyprland/hypr/hyprland.conf
@@ -82,6 +82,7 @@ gestures {
}
windowrulev2 = noanim, class:^(.*[Pp]inentry.*)$
+windowrulev2 = float, class:^(.*[Pp]inentry.*)$
windowrulev2 = noanim, class:dmenu
layerrule = noanim, launcher
diff --git a/config/hyprland/hypr/startup.sh b/config/hyprland/hypr/startup.sh
index bd7b858..83fefe4 100755
--- a/config/hyprland/hypr/startup.sh
+++ b/config/hyprland/hypr/startup.sh
@@ -4,3 +4,4 @@ waybar &
gammastep &
wl-paste --watch cliphist store &
keyadd id_rsa &
+swayidle 300 locker &