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:
17
env/.config/sway/config
vendored
17
env/.config/sway/config
vendored
@@ -203,6 +203,7 @@ bindsym $mod+r mode "resize"
|
||||
bindsym --locked XF86AudioLowerVolume exec pactl set-sink-volume \@DEFAULT_SINK@ -5%
|
||||
bindsym --locked XF86AudioRaiseVolume exec pactl set-sink-volume \@DEFAULT_SINK@ +5%
|
||||
bindsym --locked XF86AudioMicMute exec pactl set-source-mute \@DEFAULT_SOURCE@ toggle
|
||||
bindsym --locked XF86AudioPlay exec playerctl play-pause
|
||||
# Special keys to adjust brightness via brightnessctl
|
||||
bindsym --locked XF86MonBrightnessDown exec brightnessctl set 5%-
|
||||
bindsym --locked XF86MonBrightnessUp exec brightnessctl set 5%+
|
||||
@@ -211,27 +212,25 @@ bindsym $mod+r mode "resize"
|
||||
|
||||
client.focused #8568e6 #222222 #8568e6 #e598ff #8568e6
|
||||
client.unfocused #222222 #222222 #8568e6 #e598ff #222222
|
||||
gaps inner 8
|
||||
default_border pixel 1
|
||||
default_floating_border pixel 1
|
||||
gaps inner 0
|
||||
|
||||
# Gajim
|
||||
for_window [title="Gajim"] \
|
||||
border pixel, \
|
||||
move to workspace 11
|
||||
border pixel
|
||||
|
||||
# Vesktop
|
||||
for_window [class="vesktop"] \
|
||||
border none, \
|
||||
move to workspace 11
|
||||
border none
|
||||
|
||||
# discord
|
||||
for_window [app_id="discord"] \
|
||||
border none, \
|
||||
move to workspace 11
|
||||
border none
|
||||
|
||||
# Mumble
|
||||
for_window [title="Mumble"] \
|
||||
border pixel, \
|
||||
move to workspace 11
|
||||
border pixel
|
||||
|
||||
# Steam Friends List
|
||||
#for_window [title="Friends List"] \
|
||||
|
||||
Reference in New Issue
Block a user