Fix Spacing, Rofi Keybindings, & Use ~/.scripts

- Fix spacing around and between windows
- Add keybindings for rofi-rbw & control center
- Replace keybindings for actions with rofi menu
- Move system restore processes to the end of startup hook
- Use scripts in ~/.scripts with command line arguments where possible
- Remove unnecessary shebangs at the start of scripts
- Replace polybar powermenu with clickable icon that launches rofi
This commit is contained in:
Sravan Balaji
2021-05-16 14:13:11 -04:00
parent f803927440
commit a6d1175a5a
7 changed files with 100 additions and 222 deletions

View File

@@ -1,6 +1,4 @@
#!/bin/bash
#!/bin/bash
# Check if dunst is running
if pgrep -x "dunst" > /dev/null
then