mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25:34 +00:00
Add support for new i3 version
This commit is contained in:
parent
75e07a6ff7
commit
37cc141f94
@ -77,11 +77,10 @@ bindsym Ctrl+Down exec playerctl play-pause
|
||||
bindsym Ctrl+Right exec playerctl next
|
||||
|
||||
# Gaps
|
||||
set $inner 16
|
||||
set $inner 8
|
||||
set $outer 0
|
||||
gaps inner $inner
|
||||
gaps outer $outer
|
||||
smart_borders no_gaps
|
||||
|
||||
# Define names for default workspaces
|
||||
set $ws1 "1"
|
||||
@ -174,6 +173,7 @@ exec_always --no-startup-id setxkbmap -option 'caps:super'
|
||||
# Startup scripts
|
||||
exec --no-startup-id sh ~/.config/scripts/connect-nas.sh
|
||||
exec --no-startup-id systemctl --user start polybar
|
||||
exec --no-startup-id systemctl --user restart streamdeck
|
||||
exec --no-startup-id waybar &
|
||||
|
||||
# class border backgr. text indicator child_border
|
||||
@ -186,10 +186,10 @@ client.placeholder $blue $blue $blue $blue $blue
|
||||
client.background $blue
|
||||
|
||||
# Removes border and title bar
|
||||
for_window [class="^.*"] border pixel 4
|
||||
for_window [class="^.*"] border pixel 3
|
||||
#new_window 1pixel
|
||||
#new_float normal 4
|
||||
default_floating_border normal 4
|
||||
default_floating_border normal 3
|
||||
#new_window normal 0 px
|
||||
|
||||
# Screenshots
|
||||
@ -236,5 +236,5 @@ for_window [class="^Bitwig Studio$" title="^Bitwig Studio"] exec systemctl --use
|
||||
#Other
|
||||
for_window [class="Signal"] move to workspace $wsSignal
|
||||
|
||||
bindsym $mod+F5 gaps inner current set 0; gaps outer current set 0
|
||||
bindsym $mod+F6 gaps inner current set $inner; gaps outer current set $outer
|
||||
#bindsym $mod+F5 gaps inner current set 0; gaps outer current set 0
|
||||
#bindsym $mod+F6 gaps inner current set $inner; gaps outer current set $outer
|
Loading…
x
Reference in New Issue
Block a user