diff options
| author | Mehdi Sadeghi <mehdi@mehdix.org> | 2023-02-08 11:38:25 +0100 |
|---|---|---|
| committer | Mehdi Sadeghi <mehdi@mehdix.org> | 2023-02-08 11:38:25 +0100 |
| commit | 1f2950e85ba8b1bf6dd7921eff76a0cef7b8b54f (patch) | |
| tree | 2314465ebe28c8ddfaf947f8dd16a342ac666769 /.config/sway/config | |
| parent | f8759897293de64c101a69bec3af2705b7c84902 (diff) | |
Make i3status battery view more generic (thinkpad)
Diffstat (limited to '.config/sway/config')
| -rw-r--r-- | .config/sway/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sway/config b/.config/sway/config index 060895e..4cd1a74 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -4,7 +4,7 @@ set $down j set $up k set $right l set $mod Mod4 -set $term foot +set $term foot --term xterm-256color # 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. |
