diff options
author | Matt Singleton <matt@xcolour.net> | 2023-04-30 14:41:07 -0500 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2023-04-30 14:41:07 -0500 |
commit | 4b298878d38693ad64a928e08ebcf39a721a7fb1 (patch) | |
tree | 60df5cb373ae3f4e5a06b17071f95716eb77b8ed /sway-de/sway | |
parent | 5ca60114560f24617d0a82ef230bc11484617800 (diff) |
clean up install script
Diffstat (limited to 'sway-de/sway')
-rw-r--r-- | sway-de/sway/.config/sway/config | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sway-de/sway/.config/sway/config b/sway-de/sway/.config/sway/config index daca478..7636ee0 100644 --- a/sway-de/sway/.config/sway/config +++ b/sway-de/sway/.config/sway/config @@ -255,9 +255,5 @@ include /etc/sway/config.d/*.conf for_window [app_id="firefox"] inhibit_idle fullscreen assign [app_id="firefox"] workspace number 1 -workspace 2 -exec $term -exec firefox & - bindsym $mod+comma exec PATH=~/.local/bin:$PATH /usr/bin/passmenu |