ranger, sway

This commit is contained in:
Greg 2024-10-22 11:22:29 +03:00
parent 9d3ae73ad9
commit 1e56aff1dd
3 changed files with 7 additions and 5 deletions

View file

@ -164,7 +164,7 @@ set draw_progress_bar_in_status_bar true
# Separators are vertical lines between columns.
# Outline draws a box around all the columns.
# Both combines the two.
set draw_borders none
set draw_borders both
# Display the directory name in tabs?
set dirname_in_tabs false

View file

@ -228,10 +228,12 @@ bindsym $mod+r mode "resize"
#
exec swaylock
workspace 1
exec $browser
workspace 2
workspace 3
exec obsidian
workspace 2
exec $browser
workspace 1
exec $term
### Idle configuration

View file

@ -11,6 +11,6 @@ set before_sleep 'swaylock -f -c 000000'
exec swayidle -w \
timeout 300 $lock \
timeout 600 $off \
timeout 900 $off \
resume $resume \
before-sleep $before_sleep