ranger, sway
This commit is contained in:
parent
9d3ae73ad9
commit
1e56aff1dd
3 changed files with 7 additions and 5 deletions
|
@ -164,7 +164,7 @@ set draw_progress_bar_in_status_bar true
|
||||||
# Separators are vertical lines between columns.
|
# Separators are vertical lines between columns.
|
||||||
# Outline draws a box around all the columns.
|
# Outline draws a box around all the columns.
|
||||||
# Both combines the two.
|
# Both combines the two.
|
||||||
set draw_borders none
|
set draw_borders both
|
||||||
|
|
||||||
# Display the directory name in tabs?
|
# Display the directory name in tabs?
|
||||||
set dirname_in_tabs false
|
set dirname_in_tabs false
|
||||||
|
|
|
@ -228,10 +228,12 @@ bindsym $mod+r mode "resize"
|
||||||
#
|
#
|
||||||
|
|
||||||
exec swaylock
|
exec swaylock
|
||||||
workspace 1
|
workspace 3
|
||||||
exec $browser
|
|
||||||
workspace 2
|
|
||||||
exec obsidian
|
exec obsidian
|
||||||
|
workspace 2
|
||||||
|
exec $browser
|
||||||
|
workspace 1
|
||||||
|
exec $term
|
||||||
|
|
||||||
|
|
||||||
### Idle configuration
|
### Idle configuration
|
||||||
|
|
|
@ -11,6 +11,6 @@ set before_sleep 'swaylock -f -c 000000'
|
||||||
|
|
||||||
exec swayidle -w \
|
exec swayidle -w \
|
||||||
timeout 300 $lock \
|
timeout 300 $lock \
|
||||||
timeout 600 $off \
|
timeout 900 $off \
|
||||||
resume $resume \
|
resume $resume \
|
||||||
before-sleep $before_sleep
|
before-sleep $before_sleep
|
||||||
|
|
Loading…
Reference in a new issue