mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-06-19 04:06:00 +02:00
improved polybar config merging + autostart
This commit is contained in:
@@ -1,5 +1,30 @@
|
||||
#!/bin/bash
|
||||
|
||||
# YOGA3 i3 config:
|
||||
|
||||
# # General
|
||||
# exec_always --no-startup-id fix_xcursor
|
||||
# exec --no-startup-id xmodmap ~/.Xmodmap
|
||||
|
||||
# # display
|
||||
# exec --no-startup-id "picom"
|
||||
# exec --no-startup-id zsh ~/.config/polybar/launch_polybar.sh
|
||||
# exec --no-startup-id "nitrogen --restore"
|
||||
# exec --no-startup-id "unclutter --timeout 5 --jitter 5 --ignore-scrolling"
|
||||
|
||||
# # audio
|
||||
# exec --no-startup-id zsh ~/Userdata/Scripts/Launchers/restart_pulseaudio.sh
|
||||
# exec --no-startup-id zsh -c "pactl unload-module module-role-cork"
|
||||
|
||||
# # extra
|
||||
# exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
# exec --no-startup-id "rfkill unblock bluetooth"
|
||||
# exec --no-startup-id blueberry-tray
|
||||
# #exec --no-startup-id onboard
|
||||
# exec --no-startup-id nm-applet
|
||||
# #exec --no-startup-id zsh ~/Userdata/Scripts/Launchers/launch_insync.sh
|
||||
# exec --no-startup-id "nextcloud --background"
|
||||
|
||||
autostart() {
|
||||
# General
|
||||
run "fix_xcursor"
|
||||
|
||||
Reference in New Issue
Block a user