Compare commits
2 commits
223f58b769
...
77b655774c
| Author | SHA1 | Date | |
|---|---|---|---|
| 77b655774c | |||
| 4c56a94850 |
2 changed files with 5 additions and 5 deletions
|
|
@ -41,14 +41,14 @@ column_meters_1=Tasks LoadAverage GPU
|
|||
column_meter_modes_1=2 2 1
|
||||
tree_view=1
|
||||
sort_key=46
|
||||
tree_sort_key=46
|
||||
tree_sort_key=47
|
||||
sort_direction=-1
|
||||
tree_sort_direction=-1
|
||||
tree_view_always_by_pid=0
|
||||
all_branches_collapsed=0
|
||||
screen:Main=PID USER PRIORITY NICE M_VIRT M_RESIDENT M_SHARE STATE PERCENT_CPU PERCENT_MEM TIME Command
|
||||
.sort_key=PERCENT_CPU
|
||||
.tree_sort_key=PERCENT_CPU
|
||||
.tree_sort_key=PERCENT_MEM
|
||||
.tree_view_always_by_pid=0
|
||||
.tree_view=1
|
||||
.sort_direction=-1
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ set {
|
|||
# border background text indicator childborder
|
||||
client.focused $bg $bg $text $active $active
|
||||
|
||||
output * bg ~/data/local/wallpaper/kat-closon-hZX4tYgljUI-unsplash.jpg fill
|
||||
output * bg ~/data/local/wallpaper/anders-jilden-AkUR27wtaxs-unsplash.jpg fill
|
||||
# output HDMI-A-1 resolution 1920x1080 position 1920,0
|
||||
# You can get the names of your outputs by running: swaymsg -t get_outputs
|
||||
|
||||
|
|
@ -50,8 +50,8 @@ exec_always autotiling
|
|||
# your displays after another 300 seconds, and turn your screens back on when
|
||||
# resumed. It will also lock your screen before your computer goes to sleep.
|
||||
exec swayidle -w \
|
||||
timeout 300 'swaylock -f -c 000000' \
|
||||
timeout 330 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
|
||||
timeout 600 'swaylock -f -c 000000' \
|
||||
timeout 900 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
|
||||
before-sleep 'swaylock -f -c 000000'
|
||||
|
||||
# Clipboard manager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue