search everything, move install script
This commit is contained in:
@@ -16,21 +16,17 @@ set $right l
|
||||
# Your preferred terminal emulator
|
||||
set $term foot
|
||||
# Your preferred application launcher
|
||||
set $menu /home/kk/bin/search-apps -l 10 -i
|
||||
set $menu /home/kk/bin/command-list -l 20 -i
|
||||
set $fontsize 10
|
||||
|
||||
# UI font
|
||||
font pango:JetBrains Mono $fontsize
|
||||
|
||||
|
||||
|
||||
include /etc/sway/config-vars.d/*
|
||||
|
||||
default_border pixel 2
|
||||
default_floating_border pixel 1
|
||||
hide_edge_borders smart
|
||||
|
||||
|
||||
# default_border pixel 2
|
||||
# default_floating_border pixel 1
|
||||
# hide_edge_borders smart
|
||||
|
||||
### Output configuration
|
||||
#
|
||||
@@ -51,8 +47,8 @@ hide_edge_borders smart
|
||||
# Example configuration:
|
||||
#
|
||||
exec swayidle -w \
|
||||
timeout 300 'swaylock -f -c 000000' \
|
||||
timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
|
||||
timeout 300 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
|
||||
timeout 600 'systemctl hibernate' \
|
||||
before-sleep 'swaylock -f -c 000000'
|
||||
#
|
||||
# This will lock your screen after 300 seconds of inactivity, then turn off
|
||||
|
||||
Reference in New Issue
Block a user