mirror of
https://github.com/elenapan/dotfiles.git
synced 2026-05-10 08:36:12 +08:00
sway: Change tilde to $HOME in global variables
This commit is contained in:
parent
b34db86211
commit
5c59c137df
1 changed files with 3 additions and 3 deletions
|
|
@ -6,11 +6,11 @@ set {
|
|||
$right l
|
||||
|
||||
# Sway scripts directory
|
||||
$sway ~/.config/sway/scripts
|
||||
$sway $HOME/.config/sway/scripts
|
||||
# Eww scripts directory
|
||||
$eww ~/.config/eww/scripts
|
||||
$eww $HOME/.config/eww/scripts
|
||||
|
||||
$screenshots_dir ~/pix/screenshots
|
||||
$screenshots_dir $HOME/pix/screenshots
|
||||
|
||||
# Terminal emulator
|
||||
# Use `-1` for the single-instance feature of kitty to reduce startup time
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue