|
@@ -17,17 +17,8 @@ client.placeholder #282A36 #282A36 #F8F8F2 #282A36 #282A36
|
|
|
|
|
|
|
|
client.background #F8F8F2
|
|
client.background #F8F8F2
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-exec --no-startup-id ~/.screenlayout/monitor.sh
|
|
|
|
|
-exec --no-startup-id pipewire
|
|
|
|
|
-exec --no-startup-id pipewire-pulse
|
|
|
|
|
-exec --no-startup-id wireplumber
|
|
|
|
|
exec --no-startup-id pactl load-module module-combine-sink
|
|
exec --no-startup-id pactl load-module module-combine-sink
|
|
|
|
|
|
|
|
-#exec --no-startup-id dunst --config ~/.config/dunst/dunstrc
|
|
|
|
|
-#exec --no-startup-id ~/.config/i3/scripts/delayedautostart.sh
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
for_window [floating] sticky enable
|
|
for_window [floating] sticky enable
|
|
|
for_window [all] border pixel 2
|
|
for_window [all] border pixel 2
|
|
|
|
|
|
|
@@ -40,7 +31,6 @@ set $mod Mod4
|
|
|
# Use Mouse+$mod to drag floating windows to their wanted position
|
|
# Use Mouse+$mod to drag floating windows to their wanted position
|
|
|
floating_modifier $mod
|
|
floating_modifier $mod
|
|
|
|
|
|
|
|
-#bindsym $mod+Return exec xrdb -load ~/.config/X11/Xresources; exec terminal
|
|
|
|
|
bindsym $mod+Return exec xfce4-terminal --hide-menubar --hide-toolbar --hide-scrollbar
|
|
bindsym $mod+Return exec xfce4-terminal --hide-menubar --hide-toolbar --hide-scrollbar
|
|
|
|
|
|
|
|
# kill focused window
|
|
# kill focused window
|
|
@@ -154,28 +144,3 @@ mode $system {
|
|
|
bindsym Return mode "default"
|
|
bindsym Return mode "default"
|
|
|
bindsym Escape mode "default"
|
|
bindsym Escape mode "default"
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
-bar {
|
|
|
|
|
- #font pango:Fira Code 11, FontAwesome 11
|
|
|
|
|
- font Unifont 11
|
|
|
|
|
-
|
|
|
|
|
- tray_output primary
|
|
|
|
|
- tray_padding 0
|
|
|
|
|
-
|
|
|
|
|
- status_command i3blocks -c ~/.config/i3/blocks.conf
|
|
|
|
|
- position bottom
|
|
|
|
|
-
|
|
|
|
|
- strip_workspace_numbers yes
|
|
|
|
|
-
|
|
|
|
|
- colors {
|
|
|
|
|
- background #2E303F
|
|
|
|
|
- statusline #F8F8F2
|
|
|
|
|
- separator #44475A
|
|
|
|
|
-
|
|
|
|
|
- focused_workspace #44475A #44475A #F8F8F2
|
|
|
|
|
- active_workspace #282A36 #44475A #F8F8F2
|
|
|
|
|
- inactive_workspace #282A36 #282A36 #BFBFBF
|
|
|
|
|
- urgent_workspace #FF5555 #FF5555 #F8F8F2
|
|
|
|
|
- binding_mode #FF5555 #FF5555 #F8F8F2
|
|
|
|
|
- }
|
|
|
|
|
-}
|
|
|