blob: edec20ab8e8a2b8918e9857093c68ae522d50928 (
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
|
#####################################################
#
# --- Key Bindings List --- {{{
#
#####################################################
#
# $mod+{}
# =======
# $mod+a focus parent
# $mod+b split h
# $mod+d exec --no-startup-id dmenu_run
# $mod+e exec --no-startup-id $term -e "mutt -F ~/.muttrc"
# $mod+f fullscreen toggle
# $mod+h focus left
# $mod+j focus down
# $mod+k focus up
# $mod+l focus right
# $mod+m exec --no-startup-id /usr/bin/mplayer
# $mod+n border normal
# $mod+r exec --no-startup-id $term -e ranger
# $mod+t layout toggle split
# $mod+u border none
# $mod+v split v
# $mod+w exec --no-startup-id $browser
# $mod+y border pixel 2
# $mod+z split v, layout stacking
# $mod+space focus mode_toggle
# $mod+Return exec --no-startup-id
# $mod+grave exec --no-startup-id $HOME/bin/scripts/any_term_dropdown.sh
# $mod+F11 exec --no-startup-id amixer set Master 5%-
# $mod+F12 exec --no-startup-id amixer set Master 5%+
# $mod+F1 exec --no-startup-id xbacklight -dec 5
# $mod+F2 exec --no-startup-id xbacklight -inc 5
# $mod+F4 mode "$mode_system"
#
# =======
# $mod+Shift+{}
# =======
# $mod+Shift+c reload
# $mod+Shift+d exec --no-startup-id rofi -show run -lines 10 -eh 2 -width 80 \
# -padding $(($(xwininfo -root | awk '/Height/ {print $2}')/4)) \
# -opacity "75" -bw 0 -bc "$base02" -bg "$base02" -fg "$base03" \
# -hlbg "$base02" -hlfg "#9575cd" -font "System San Francisco Display 12"
# $mod+Shift+e exec --no-startup-id "i3-nagbar -t warning -m 'You pressed the exit shortcut.\
# Do you really want to exit i3? This will end your X session.' -b \
# 'Yes, exit i3' 'i3-msg exit'"
# $mod+Shift+f exec --no-startup-id /usr/bin/firefox -no-remote -P default
# $mod+Shift+h move left
# $mod+Shift+i exec --no-startup-id /usr/bin/firefox -no-remote -P Jupyter
# $mod+Shift+j move down
# $mod+Shift+k move up
# $mod+Shift+l move right
# $mod+Shift+m exec --no-startup-id /usr/bin/mpv
# $mod+Shift+n exec --no-startup-id /usr/bin/nm-applet
# $mod+Shift+q kill
# $mod+Shift+r restart
# $mod+Shift+t exec --no-startup-id /usr/bin/firefox -private-window -no-remote -P Torrent
# $mod+Shift+u resize shrink height 10 px or 10 ppt
# $mod+Shift+w exec --no-startup-id /usr/local/bin/eclipse/eclipse
# $mod+Shift+y exec --no-startup-id /usr/bin/firefox -no-remote -P Youtube
# $mod+Shift+space floating toggle
# $mod+Shift+Return exec --no-startup-id $term -e tmux
#
# =======
# $mod+Ctrl+{}
# =======
# $mod+Ctrl+r mode "resize"
# $mod+Ctrl+d gaps inner current set 0; gaps outer current set 0
# $mod+Ctrl+t gaps inner current set 15; gaps outer current set 15
# $mod+Ctrl+i resize grow height 10 px or 10 ppt
# $mod+Ctrl+o resize grow width 10 px or 10 ppt
# $mod+Ctrl+u resize shrink height 10 px or 10 ppt
# $mod+Ctrl+y resize shrink width 10 px or 10ppt
# $mod+Ctrl+h gaps inner current plus 5
# $mod+Ctrl+j gaps outer current minus 5
# $mod+Ctrl+k gaps outer current plus 5
# $mod+Ctrl+l gaps inner current minus 5
# $mod+Ctrl+space exec --no-startup-id $HOME/bin/scripts/rofi-scripts-collection/rofi-bangs.sh \
# -font "System San Francisco Display 12"
# $mod+Ctrl+Return exec --no-startup-id guake
#
# =======
#####################################################
#
# --- }}}
#
#####################################################
|