diff options
| author | Mehdi Sadeghi <mehdi@mehdix.org> | 2022-02-23 08:02:30 +0100 |
|---|---|---|
| committer | Mehdi Sadeghi <mehdi@mehdix.org> | 2022-03-12 13:50:56 +0100 |
| commit | 001d17542cdda531fa7a2ee8ab90d47e01d251dc (patch) | |
| tree | d881c7b91073f98b68f3f71103ab8b6813b9eda8 /.config/sway | |
| parent | 61a1a18ec6616491a5472b6f94226c8126cf764a (diff) | |
Replace hostname with proc
Diffstat (limited to '.config/sway')
| -rw-r--r-- | .config/sway/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/sway/config b/.config/sway/config index 2e4eb3d..92af8b1 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -4,11 +4,11 @@ set $down j set $up k set $right l set $mod Mod4 -set $term foot-extra +set $term foot # 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 | dmenu | xargs swaymsg exec -- +set $menu dmenu_path | dmenu -fn 'SourceCodePro' | xargs swaymsg exec -- ### Output configuration # |
