blob: 8be89096f5170b3997f83383bf778413b2401ff1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# vi: ft=i3config
bindsym $mod+minus [class="KeePassXC"] scratchpad show
bindsym $mod+Return exec "alacritty -T termite"
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"
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}'"
# notifications
bindsym $mod+n exec "kill -s USR1 $(pidof deadd-notification-center)"
|