aboutsummaryrefslogtreecommitdiff
path: root/sway/config.d/40-app-shortcuts.conf
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config.d/40-app-shortcuts.conf')
-rw-r--r--sway/config.d/40-app-shortcuts.conf24
1 files changed, 24 insertions, 0 deletions
diff --git a/sway/config.d/40-app-shortcuts.conf b/sway/config.d/40-app-shortcuts.conf
new file mode 100644
index 0000000..1f6b639
--- /dev/null
+++ b/sway/config.d/40-app-shortcuts.conf
@@ -0,0 +1,24 @@
+# vi: ft=i3config
+
+bindsym $mod+Return exec "alacritty"
+bindsym $mod+Shift+Return exec "alacritty -t termite_floating"
+
+bindsym $mod+o exec "dolphin"
+
+bindsym $mod+b exec "firefox"
+bindsym $mod+Shift+b exec "firefox --private-window"
+
+# TODO Lockscreen
+#bindsym $mod+Shift+w exec "XSECURELOCK_PASSWORD_PROMPT=kaomoji xsecurelock"
+#"i3lock -p win -i ~/vimconfig/pictures/lock.png"
+
+# TODO Screenshot
+#Screenshot on mod+p
+#bindsym $mod+p exec "flameshot gui"
+#"scrot ~/Screenshots/Screenshot%Y-%m-%d%H:%M:%S.png"
+
+# rofi
+bindsym $mod+d exec j4-dmenu-desktop --dmenu='bemenu -i --nb "#3f3f3f" --nf "#dcdccc" --fn "pango:DejaVu Sans Mono 12"' --term='alacritty'
+
+# notifications
+bindsym $mod+n exec "kill -s USR1 $(pidof deadd-notification-center)"