summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-07-11 23:51:43 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-07-13 15:49:37 -0700
commit6a5f38e0132de6c148379341dee5731ce9b15d2a (patch)
tree9d725bdaffcbdf81cad8b2936cfd61a0854f8dc1 /.config
parent8dee73848bed6dbd3c44476a03660a27f9ac2eab (diff)
downloaddotfiles-6a5f38e0132de6c148379341dee5731ce9b15d2a.tar.gz
ftp-master i3 bindings prefix map
Diffstat (limited to '.config')
-rw-r--r--.config/i3/config14
1 files changed, 11 insertions, 3 deletions
diff --git a/.config/i3/config b/.config/i3/config
index 8d230da3..40f8de53 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -188,7 +188,7 @@ mode "Window management" {
bindsym g mode "Launch program"
- bindsym bracketleft exec debian-ftp-master-cut-note, mode "default"
+ # bindsym bracketleft exec debian-ftp-master-cut-note, mode "default"
bindsym Shift+bracketleft exec xdo-evince-highlight, mode "default"
# Workspaces do not ever get assigned to particular purposes / windows
@@ -394,7 +394,7 @@ bar {
# single key launching
mode "Launch program" {
# start a graphical file manager
- bindsym f exec thunar , mode "default"
+ bindsym g exec thunar , mode "default"
# launch xrandr graphical config
bindsym x exec arandr , mode "default"
@@ -409,7 +409,7 @@ mode "Launch program" {
bindsym d exec develacc-please , mode "default"
# connect to Debian's ftp-master server for ftpteam work
- bindsym Shift+f exec debian-ftp-master , mode "default"
+ bindsym f mode "ftp-master"
# adjust volume
bindsym v exec xfce4-terminal -e alsamixer , mode "default"
@@ -422,6 +422,14 @@ mode "Launch program" {
bindsym Ctrl+g mode "default"
}
+mode "ftp-master" {
+ bindsym f exec debian-ftp-master , mode "default"
+
+ bindsym n exec debian-ftp-master-cut-note , mode "default"
+
+ bindsym Ctrl+g mode "default"
+}
+
# # managing outputs (thanks h01ger and Qubes i3 config)
# set $mode_display Manage displays: (j/k) VGA on/off (n/m) laptop display on/off (x) arandr
# mode "$mode_display" {