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
This commit is contained in:
2025-09-20 19:04:15 -05:00
parent b38cd5c376
commit 62ba4da27d
4 changed files with 27 additions and 14 deletions

14
env/.config/i3/config vendored
View File

@@ -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 {