Add rust and initial guix sway
This commit is contained in:
parent
b04ade3340
commit
6d0345dd8e
4 changed files with 15 additions and 11 deletions
|
@ -15,10 +15,11 @@ set $up k
|
|||
set $right l
|
||||
# Your preferred terminal emulator
|
||||
set $term foot
|
||||
|
||||
# Your preferred application launcher
|
||||
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
||||
# on the original workspace that the command was run on.
|
||||
set $menu dmenu_path | wmenu | xargs swaymsg exec --
|
||||
set $menu wmenu-run
|
||||
|
||||
### Output configuration
|
||||
#
|
||||
|
@ -35,8 +36,7 @@ output HDMI-A-1 resolution 1920x1080 position 1920,0
|
|||
#
|
||||
# Example configuration:
|
||||
#
|
||||
# exec swayidle -w \
|
||||
# timeout 300 'swaylock -f -c 000000' \
|
||||
exec swayidle -w timeout 300 'swaylock -f -c 000000'
|
||||
# timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
|
||||
# before-sleep 'swaylock -f -c 000000'
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue