Removes transparent borders
This commit is contained in:
+6
-5
@@ -10,8 +10,8 @@ set $term kitty
|
|||||||
# Input/output configuration
|
# Input/output configuration
|
||||||
output * bg $color0 solid_color
|
output * bg $color0 solid_color
|
||||||
output * bg $wallpaper fill
|
output * bg $wallpaper fill
|
||||||
exec wal -c
|
#exec wal -c
|
||||||
exec wal -i $wallpaper
|
#exec wal -i $wallpaper
|
||||||
exec autotiling
|
exec autotiling
|
||||||
|
|
||||||
include workspaces
|
include workspaces
|
||||||
@@ -26,7 +26,7 @@ floating_modifier Mod1
|
|||||||
for_window [class=".*"] border pixel 3
|
for_window [class=".*"] border pixel 3
|
||||||
for_window [app_id=".*"] border pixel 3
|
for_window [app_id=".*"] border pixel 3
|
||||||
for_window [app_id="$term"] opacity 0.9
|
for_window [app_id="$term"] opacity 0.9
|
||||||
gaps inner 25
|
gaps inner 35
|
||||||
gaps outer 0
|
gaps outer 0
|
||||||
mouse_warping none
|
mouse_warping none
|
||||||
focus_follows_mouse no
|
focus_follows_mouse no
|
||||||
@@ -47,7 +47,7 @@ exec udiskie
|
|||||||
|
|
||||||
# Window border colors. Transparent borders on unfocused windows
|
# Window border colors. Transparent borders on unfocused windows
|
||||||
client.focused $color0 $color0 $color0 $color4 $color4
|
client.focused $color0 $color0 $color0 $color4 $color4
|
||||||
client.focused_inactive #00000000 #00000000 #00000000 #00000000
|
client.focused_inactive $color0 $color0 $color0 $color0 $color0
|
||||||
|
|
||||||
# Wallpaper script
|
# Wallpaper script
|
||||||
include wallpaper
|
include wallpaper
|
||||||
@@ -59,6 +59,7 @@ bindsym $mod+d exec $launcher
|
|||||||
bindsym $mod+Ctrl+d exec $launcher
|
bindsym $mod+Ctrl+d exec $launcher
|
||||||
bindsym $mod+Shift+c reload
|
bindsym $mod+Shift+c reload
|
||||||
bindsym $mod+f fullscreen
|
bindsym $mod+f fullscreen
|
||||||
|
bindsym $mod+e layout toggle all
|
||||||
bindsym $mod+v exec ~/.scripts/record
|
bindsym $mod+v exec ~/.scripts/record
|
||||||
bindsym $mod+a focus parent
|
bindsym $mod+a focus parent
|
||||||
bindsym $mod+Shift+space floating toggle
|
bindsym $mod+Shift+space floating toggle
|
||||||
@@ -76,11 +77,11 @@ bindsym $mod+Shift+backspace exec wlogout
|
|||||||
# Application bindings
|
# Application bindings
|
||||||
bindsym $mod+Shift+w exec firejail firefox
|
bindsym $mod+Shift+w exec firejail firefox
|
||||||
bindsym $mod+Shift+Ctrl+w exec firejail firefox -P Shinobi
|
bindsym $mod+Shift+Ctrl+w exec firejail firefox -P Shinobi
|
||||||
bindsym $mod+e exec $term ranger
|
|
||||||
bindsym $mod+Shift+e exec steam
|
bindsym $mod+Shift+e exec steam
|
||||||
bindsym $mod+Shift+a exec $term -e pulsemixer
|
bindsym $mod+Shift+a exec $term -e pulsemixer
|
||||||
bindsym $mod+Ctrl+Shift+a exec $term -e cava
|
bindsym $mod+Ctrl+Shift+a exec $term -e cava
|
||||||
bindsym $mod+i exec $term -e htop --user mark
|
bindsym $mod+i exec $term -e htop --user mark
|
||||||
|
bindsym $mod+Shift+i exec $term -e btop
|
||||||
bindsym $mod+Shift+d exec lightcord --no-sandbox
|
bindsym $mod+Shift+d exec lightcord --no-sandbox
|
||||||
bindsym $mod+Shift+m exec $term -e ncmpcpp
|
bindsym $mod+Shift+m exec $term -e ncmpcpp
|
||||||
bindsym $mod+Ctrl+m exec catia
|
bindsym $mod+Ctrl+m exec catia
|
||||||
|
|||||||
Reference in New Issue
Block a user