aboutsummaryrefslogtreecommitdiff
path: root/env/.config/i3
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2025-09-20 19:04:15 -0500
committericeyrazor <iceyrazor@mailfence.com>2025-09-20 19:04:15 -0500
commit62ba4da27df06a91fa75ef08cfa69fba4c82a72e (patch)
treed363f3e7b89d40ab0acf971c45a0383505a9c2b4 /env/.config/i3
parentb38cd5c3767dc4f6d288f21f740ced82763431e4 (diff)
Squashed commit of the following:
- newsboat proxy skip (proxy setup in config) - dev alias fix - i3 changes - added more sway binds - sway and i3. default no window bar - sway changes - play pause media key bind for sway - removed window spawn on workspace. - changed default wall - mumble to autostart
Diffstat (limited to 'env/.config/i3')
-rw-r--r--env/.config/i3/config14
1 files changed, 12 insertions, 2 deletions
diff --git a/env/.config/i3/config b/env/.config/i3/config
index c7a41f8..6d14cc9 100644
--- a/env/.config/i3/config
+++ b/env/.config/i3/config
@@ -90,6 +90,7 @@ tiling_drag modifier titlebar
# start a terminal
bindsym $mod+Return exec wezterm
+bindsym $mod+Shift+Return exec urxvt
# kill focused window
bindsym $mod+q kill
@@ -97,6 +98,10 @@ bindsym $mod+q kill
# start dmenu (a program launcher)
bindsym $mod+d exec --no-startup-id "rofi -x11 -show drun"
bindsym $mod+SHIFT+D exec $HOME/.local/bin/system/rofi-search-web.sh
+
+#toggle border
+bindsym $mod+Shift+b border toggle
+
# A more modern dmenu replacement is rofi:
# bindsym $mod+d exec "rofi -modi drun,run -show drun"
# There also is i3-dmenu-desktop which only displays applications shipping a
@@ -142,10 +147,10 @@ bindsym $mod+w layout tabbed
bindsym $mod+e layout toggle split
# toggle tiling / floating
-bindsym $mod+Shift+space floating toggle
+bindsym $mod+space floating toggle
# change focus between tiling / floating windows
-bindsym $mod+space focus mode_toggle
+bindsym $mod+Shift+space focus mode_toggle
# focus the parent container
bindsym $mod+a focus parent
@@ -259,6 +264,11 @@ mode "resize" {
bindsym $mod+r mode "resize"
+client.focused #8568e6 #222222 #8568e6 #e598ff #8568e6
+client.unfocused #222222 #222222 #8568e6 #e598ff #222222
+default_border pixel 1
+default_floating_border pixel 1
+
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {