commit 4d8be3d241fddcc79ea213582d3607f87d204d24
parent 9ecc183da938ac36672a5cd065c00307c4374e2f
Author: AndrewLockVI <andrew@laack.co>
Date: Wed, 19 Feb 2025 14:00:01 -0600
Updated tmux config + qute config
Diffstat:
4 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/glib-2.0/settings/keyfile b/glib-2.0/settings/keyfile
@@ -1,5 +1,5 @@
[org/gtk/settings/file-chooser]
-window-position=(3701, 618)
+window-position=(0, 1459)
window-size=(1096, 822)
date-format='regular'
location-mode='path-bar'
diff --git a/qutebrowser/autoconfig.yml b/qutebrowser/autoconfig.yml
@@ -30,11 +30,12 @@ settings:
<Ctrl+8>: tab-focus 8
<Ctrl+9>: tab-focus 9
<Ctrl+Down>: tab-next
- <Ctrl+Shift+Down>: tab-give
+ <Ctrl+Shift+Down>: tab-move +
<Ctrl+Shift+Tab>: null
- <Ctrl+Shift+Up>: tab-give
+ <Ctrl+Shift+Up>: tab-move -
<Ctrl+Tab>: null
<Ctrl+Up>: tab-prev
+ <Ctrl+p>: open -t -- {clipboard}
<Ctrl+s>0: tab-focus 0
<Ctrl+w>: null
<Ctrl+x>: tab-close
diff --git a/tmux.conf b/tmux.conf
@@ -14,6 +14,14 @@ bind -n C-up prev
bind -n C-t new-window
bind -n C-x kill-pane
+
+bind -n C-S-Down swap-window -t +1 \; select-window -t +1
+bind -n C-S-Up swap-window -t -1 \; select-window -t -1
+
+
+# bind -n C-S-Up swap-window -u
+
+
# this does not detect c-alpha for some reason.
# bind -n C-1 select-window -t 1
diff --git a/xinitrc b/xinitrc
@@ -3,7 +3,7 @@
/home/andrew/.fehbg &
picom &
-qutebrowser &
+#qutebrowser &
thunderbird &
while true; do dwm 2> ~/.dwm.log ; done