##################################################### # # --- 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 # # ======= ##################################################### # # --- }}} # #####################################################