20250319.1742409012
This commit is contained in:
parent
db3becd9f0
commit
06fe5a1390
5 changed files with 56 additions and 61 deletions
|
@ -68,6 +68,8 @@ bindsym $mod+Tab workspace back_and_forth
|
|||
|
||||
# start rofi (a program launcher)
|
||||
bindsym $mod+d exec --no-startup-id rofi -config ~/.config/rofi/gruvbox-soft.rasi -no-lazy-grab -show drun -modi drun -dpi 120
|
||||
# autotiling
|
||||
exec_always --no-startup-id autotiling
|
||||
|
||||
# change focus
|
||||
bindsym $mod+j focus left
|
||||
|
@ -221,14 +223,14 @@ bindsym $mod+r mode "resize"
|
|||
bar {
|
||||
tray_output primary
|
||||
tray_padding 3
|
||||
font pango:TerminessNerdFont, FontAwesome 10
|
||||
font pango:TerminessNerdFont, FontAwesome 11
|
||||
position top
|
||||
status_command i3status-rs ~/.config/i3/i3status-rust.toml
|
||||
colors {
|
||||
separator #666666
|
||||
background #1D1F21
|
||||
statusline #dddddd
|
||||
focused_workspace #0088CC #0088CC #ffffff
|
||||
focused_workspace #224488 #224488 #ffffff
|
||||
active_workspace #333333 #333333 #ffffff
|
||||
inactive_workspace #333333 #333333 #888888
|
||||
urgent_workspace #2f343a #900000 #ffffff
|
||||
|
@ -247,25 +249,37 @@ set $text #ffffff
|
|||
set $u-bgcolor #ff0000
|
||||
set $indicator #ffffff
|
||||
set $in-text #969696
|
||||
set $focused-ws #d79921
|
||||
# set $focused-ws #d79921
|
||||
set $focused-ws #c3c3c3
|
||||
set $bar-color #523d640D
|
||||
set $gray #c3c3c3
|
||||
# border background text indicator (a line which shows where the next window will be placed)
|
||||
client.focused $focused-ws $focused-ws $text $indicator
|
||||
# client.focused $focused-ws $focused-ws $text $indicator
|
||||
# client.unfocused $inactive-ws $inactive-ws $in-text $in-bgcolor
|
||||
client.focused_inactive $in-bgcolor $in-bgcolor $in-text $in-bgcolor
|
||||
# client.unfocused $gray $in-bgcolor $in-text $in-bgcolor
|
||||
client.urgent $u-bgcolor $u-bgcolor $text $u-bgcolor
|
||||
|
||||
default_border pixel 0
|
||||
default_floating_border pixel 1
|
||||
|
||||
# window's rules
|
||||
for_window [class="Xfce4-settings-manager"] focus, floating disable
|
||||
for_window [window_role="(?i)GtkFileChooserDialog"] floating enable
|
||||
for_window [class="net-runelite-client-RuneLite" title="Picture in Picture"] floating enable, sticky enable
|
||||
# for_window [class="net-runelite-client-RuneLite" title="Picture in Picture"] floating enable, sticky enable, move to workspace 1
|
||||
default_border pixel 1
|
||||
default_floating_border pixel 0
|
||||
|
||||
for_window [window_role="About"] floating enable
|
||||
for_window [window_role="Organizer"] floating enable
|
||||
for_window [window_role="Preferences"] floating enable
|
||||
for_window [window_role="bubble"] floating enable
|
||||
for_window [window_role="page-info"] floating enable
|
||||
for_window [window_role="pop-up"] floating enable
|
||||
for_window [window_role="task_dialog"] floating enable
|
||||
for_window [window_role="toolbox"] floating enable
|
||||
for_window [window_role="webconsole"] floating enable
|
||||
for_window [window_type="dialog"] floating enable
|
||||
for_window [window_type="menu"] floating enable
|
||||
#p2p firefox for all workspaces
|
||||
for_window [title="Picture-in-Picture"] sticky enable
|
||||
|
||||
for_window [class="MEGAsync" title="Add sync"] floating disable
|
||||
# for_window [class="MEGAsync" title="Add sync"] floating disable
|
||||
|
||||
exec --no-startup-id ~/.config/i3/autostart.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue