diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-08-26 20:19:40 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-08-26 20:19:40 +0530 |
commit | 08db1e0f2ef400d22368168deeac24d77f37d516 (patch) | |
tree | f6392fc9258715873549358e3a7cbb24beeb074b /.scripts | |
parent | 458a1c1016c47c76e17ab222c26d6558e5d75500 (diff) |
added keybindings to switch monitors in XMonad
Diffstat (limited to '.scripts')
-rwxr-xr-x | .scripts/polystart | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/polystart b/.scripts/polystart index af25059..b35dda1 100755 --- a/.scripts/polystart +++ b/.scripts/polystart @@ -1,4 +1,4 @@ #!/bin/sh killall polybar -polybar mybar +polybar mybar & polybar mybar2 |