Small fixes and app changeS

This commit is contained in:
Kevin Alberts 2024-02-20 16:03:00 +01:00
parent 2860100089
commit 5501824875
4 changed files with 33 additions and 8 deletions

View file

@ -17,14 +17,15 @@ class Config(BaseConfig):
# Predefined commands
cmd_brightness_up = "sudo /usr/bin/xbacklight -inc 10"
cmd_brightness_down = "sudo /usr/bin/xbacklight -dec 10"
cmd_screenshot = "xfce4-screenshooter -r -c -d 1"
cmd_alt_screenshot = "xfce4-screenshooter -w -c -d 0"
cmd_screenshot = "/home/kevin/bin/screenshot.sh"
cmd_alt_screenshot = "/home/kevin/bin/screenshot.sh"
app_terminal = "terminator"
web_browser = "firefox"
file_manager = "thunar"
app_launcher = "ulauncher-toggle --no-window-shadow"
app_launcher = "wofi --show drun,run"
lock_command = "bash /home/kevin/bin/lock.sh"
cliphistory_command = "/home/kevin/bin/cliphistory.sh"
# Autostart applications
apps_autostart_group = [
@ -36,7 +37,7 @@ class Config(BaseConfig):
{'group': "", 'command': ["spotify"]},
]
apps_autostart = [
["ulauncher", "--hide-window", "--no-window-shadow"], # App launcher background daemon
# ["ulauncher", "--hide-window", "--no-window-shadow"], # App launcher background daemon
["mako"], # Notification daemon
["kanshi"], # Display hotplug
["wl-paste", "--watch", "cliphist", "store"], # Clipboard manager