Compare commits
No commits in common. "77b655774c0b0045ea2d9bd6719f077ee5449e82" and "223f58b7696635c69fc7ec16962de52c6a508d90" have entirely different histories.
77b655774c
...
223f58b769
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
|
column_meter_modes_1=2 2 1
|
||||||
tree_view=1
|
tree_view=1
|
||||||
sort_key=46
|
sort_key=46
|
||||||
tree_sort_key=47
|
tree_sort_key=46
|
||||||
sort_direction=-1
|
sort_direction=-1
|
||||||
tree_sort_direction=-1
|
tree_sort_direction=-1
|
||||||
tree_view_always_by_pid=0
|
tree_view_always_by_pid=0
|
||||||
all_branches_collapsed=0
|
all_branches_collapsed=0
|
||||||
screen:Main=PID USER PRIORITY NICE M_VIRT M_RESIDENT M_SHARE STATE PERCENT_CPU PERCENT_MEM TIME Command
|
screen:Main=PID USER PRIORITY NICE M_VIRT M_RESIDENT M_SHARE STATE PERCENT_CPU PERCENT_MEM TIME Command
|
||||||
.sort_key=PERCENT_CPU
|
.sort_key=PERCENT_CPU
|
||||||
.tree_sort_key=PERCENT_MEM
|
.tree_sort_key=PERCENT_CPU
|
||||||
.tree_view_always_by_pid=0
|
.tree_view_always_by_pid=0
|
||||||
.tree_view=1
|
.tree_view=1
|
||||||
.sort_direction=-1
|
.sort_direction=-1
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ set {
|
||||||
# border background text indicator childborder
|
# border background text indicator childborder
|
||||||
client.focused $bg $bg $text $active $active
|
client.focused $bg $bg $text $active $active
|
||||||
|
|
||||||
output * bg ~/data/local/wallpaper/anders-jilden-AkUR27wtaxs-unsplash.jpg fill
|
output * bg ~/data/local/wallpaper/kat-closon-hZX4tYgljUI-unsplash.jpg fill
|
||||||
# output HDMI-A-1 resolution 1920x1080 position 1920,0
|
# output HDMI-A-1 resolution 1920x1080 position 1920,0
|
||||||
# You can get the names of your outputs by running: swaymsg -t get_outputs
|
# 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
|
# 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.
|
# resumed. It will also lock your screen before your computer goes to sleep.
|
||||||
exec swayidle -w \
|
exec swayidle -w \
|
||||||
timeout 600 'swaylock -f -c 000000' \
|
timeout 300 'swaylock -f -c 000000' \
|
||||||
timeout 900 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
|
timeout 330 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
|
||||||
before-sleep 'swaylock -f -c 000000'
|
before-sleep 'swaylock -f -c 000000'
|
||||||
|
|
||||||
# Clipboard manager
|
# Clipboard manager
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue