From fced79a0ec4e9101a9b2ce9779317b8562201741 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Wed, 12 Oct 2022 13:10:58 +0200 Subject: split i3 config --- i3/config.d/40-app-shortcuts.conf | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 i3/config.d/40-app-shortcuts.conf (limited to 'i3/config.d/40-app-shortcuts.conf') diff --git a/i3/config.d/40-app-shortcuts.conf b/i3/config.d/40-app-shortcuts.conf new file mode 100644 index 0000000..c893ee5 --- /dev/null +++ b/i3/config.d/40-app-shortcuts.conf @@ -0,0 +1,25 @@ +# vi: ft=i3config + +bindsym $mod+Return exec "termite -t termite" + +bindsym $mod+o exec "dolphin" + +bindsym $mod+b exec "firefox" +bindsym $mod+Shift+b exec "firefox --private-window" + +bindsym $mod+Shift+w exec "XSECURELOCK_PASSWORD_PROMPT=kaomoji xsecurelock" +#"i3lock -p win -i ~/vimconfig/pictures/lock.png" + +#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 rofi drun -show drun -terminal termite -run-command "/bin/bash -i -c '{cmd}'" + +# Scratchpad +bindsym $mod+Shift+BackSpace move scratchpad +bindsym $mod+BackSpace scratchpad show + +# notifications +bindsym $mod+n exec "kill -s USR1 $(pidof deadd-notification-center)" -- cgit v1.2.3