mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-08-15 21:09:29 +02:00
added quotes
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
|||||||
config##hostname.yoga3
|
config##hostname.pc
|
||||||
@@ -10,11 +10,12 @@ exec_always --no-startup-id "xmodmap ~/.Xmodmap"
|
|||||||
|
|
||||||
# display
|
# display
|
||||||
exec --no-startup-id "nvidia-settings --load-config-only"
|
exec --no-startup-id "nvidia-settings --load-config-only"
|
||||||
exec --no-startup-id picom
|
exec --no-startup-id "picom"
|
||||||
#exec --no-startup-id zsh ~/.screenlayout/layout_2mon.sh
|
#exec --no-startup-id zsh ~/.screenlayout/layout_2mon.sh
|
||||||
exec --no-startup-id zsh ~/.config/polybar/launch_polybar.sh
|
exec --no-startup-id zsh ~/.config/polybar/launch_polybar.sh
|
||||||
exec --no-startup-id "nitrogen --restore"
|
exec --no-startup-id "nitrogen --restore"
|
||||||
exec --no-startup-id "unclutter --timeout 5 --jitter 5 --ignore-scrolling"
|
exec --no-startup-id "unclutter --timeout 5 --jitter 5 --ignore-scrolling"
|
||||||
|
exec --no-startup-id "light-locker"
|
||||||
|
|
||||||
# audio
|
# audio
|
||||||
exec --no-startup-id zsh ~/Userdata/Scripts/Launchers/restart_pulseaudio_1s.sh
|
exec --no-startup-id zsh ~/Userdata/Scripts/Launchers/restart_pulseaudio_1s.sh
|
||||||
@@ -109,7 +110,8 @@ bindsym $mod+comma exec --no-startup-id "playerctl previous"
|
|||||||
# Screen
|
# Screen
|
||||||
|
|
||||||
# Quick Lock
|
# Quick Lock
|
||||||
bindsym $mod+l exec --no-startup-id bash ~/Userdata/Scripts/Display/glitchlock/glitchlock.sh lock
|
bindsym $mod+l exec --no-startup-id "light-locker-command -l"
|
||||||
|
#bindsym $mod+l exec --no-startup-id bash ~/Userdata/Scripts/Display/glitchlock/glitchlock.sh lock
|
||||||
|
|
||||||
# Hide / Unhide statusbar
|
# Hide / Unhide statusbar
|
||||||
bindsym $mod+m exec --no-startup-id polybar-msg cmd toggle
|
bindsym $mod+m exec --no-startup-id polybar-msg cmd toggle
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
h45_theme.rasi##class.red
|
h45_theme.rasi##class.blue
|
||||||
@@ -1,17 +1,20 @@
|
|||||||
[Setting]
|
[Setting]
|
||||||
spotify_path = /opt/spotify
|
spotify_path = /opt/spotify
|
||||||
prefs_path = /home/sim/.config/spotify/prefs
|
prefs_path = /home/sim/.config/spotify/prefs
|
||||||
current_theme = Night-Owl
|
current_theme = spicetify-nord
|
||||||
color_scheme =
|
color_scheme =
|
||||||
inject_css = 1
|
inject_css = 1
|
||||||
replace_colors = 1
|
replace_colors = 1
|
||||||
overwrite_assets = 0
|
overwrite_assets = 0
|
||||||
|
spotify_launch_flags =
|
||||||
|
check_spicetify_upgrade = 0
|
||||||
|
|
||||||
[Preprocesses]
|
[Preprocesses]
|
||||||
disable_sentry = 1
|
disable_sentry = 1
|
||||||
disable_ui_logging = 1
|
disable_ui_logging = 1
|
||||||
remove_rtl_rule = 1
|
remove_rtl_rule = 1
|
||||||
expose_apis = 1
|
expose_apis = 1
|
||||||
|
disable_upgrade_check = 1
|
||||||
|
|
||||||
[AdditionalOptions]
|
[AdditionalOptions]
|
||||||
experimental_features = 0
|
experimental_features = 0
|
||||||
@@ -32,5 +35,5 @@ extensions =
|
|||||||
|
|
||||||
; DO NOT CHANGE!
|
; DO NOT CHANGE!
|
||||||
[Backup]
|
[Backup]
|
||||||
version = 1.1.10.546.ge08ef575
|
version = 1.1.42.622.gbd112320
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user