mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-06-19 04:06:00 +02:00
Adapted i3 config to new script locations
This commit is contained in:
+9
-9
@@ -13,7 +13,7 @@ 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/restart_pulseaudio.sh
|
||||
#exec --no-startup-id zsh ~/Userdata/Scripts/Launchers/restart_pulseaudio.sh
|
||||
exec --no-startup-id zsh -c "pactl unload-module module-role-cork"
|
||||
|
||||
# extra
|
||||
@@ -22,7 +22,7 @@ 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/launch_insync.sh
|
||||
#exec --no-startup-id zsh ~/Userdata/Scripts/Launchers/launch_insync.sh
|
||||
exec --no-startup-id "nextcloud"
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ bindsym $mod+Return exec --no-startup-id alacritty
|
||||
bindsym Control+Shift+Escape exec --no-startup-id "alacritty -e sh -c 'htop'"
|
||||
|
||||
# Type Clipboad
|
||||
bindsym $mod+Shift+v exec --no-startup-id sh ~/Userdata/Scripts/xclip_type.sh
|
||||
bindsym $mod+Shift+v exec --no-startup-id sh ~/Userdata/Scripts/Misc/xclip_type.sh
|
||||
|
||||
|
||||
################################################################################################
|
||||
@@ -267,12 +267,12 @@ bindsym $mod+Shift+i reload
|
||||
bindsym $mod+Escape mode "$mode_system"
|
||||
set $mode_system | [s]hutdown , [r]eboot , [p]owersave , [h]ibernate , [l]ock , [e]xit
|
||||
mode "$mode_system" {
|
||||
bindsym s exec --no-startup-id bash ~/Userdata/Scripts/glitchlock/glitchlock.sh shutdown, mode "default"
|
||||
bindsym r exec --no-startup-id bash ~/Userdata/Scripts/glitchlock/glitchlock.sh reboot, mode "default"
|
||||
bindsym p exec --no-startup-id bash ~/Userdata/Scripts/glitchlock/glitchlock.sh suspend, mode "default"
|
||||
bindsym h exec --no-startup-id bash ~/Userdata/Scripts/glitchlock/glitchlock.sh hibernate, mode "default"
|
||||
bindsym l exec --no-startup-id bash ~/Userdata/Scripts/glitchlock/glitchlock.sh lock, mode "default"
|
||||
bindsym e exec --no-startup-id bash ~/Userdata/Scripts/glitchlock/glitchlock.sh logout, mode "default"
|
||||
bindsym s exec --no-startup-id bash ~/Userdata/Scripts/Display/glitchlock/glitchlock.sh shutdown, mode "default"
|
||||
bindsym r exec --no-startup-id bash ~/Userdata/Scripts/Display/glitchlock/glitchlock.sh reboot, mode "default"
|
||||
bindsym p exec --no-startup-id bash ~/Userdata/Scripts/Display/glitchlock/glitchlock.sh suspend, mode "default"
|
||||
bindsym h exec --no-startup-id bash ~/Userdata/Scripts/Display/glitchlock/glitchlock.sh hibernate, mode "default"
|
||||
bindsym l exec --no-startup-id bash ~/Userdata/Scripts/Display/glitchlock/glitchlock.sh lock, mode "default"
|
||||
bindsym e exec --no-startup-id bash ~/Userdata/Scripts/Display/glitchlock/glitchlock.sh logout, mode "default"
|
||||
|
||||
# exit system mode: "Enter" or "Escape"
|
||||
bindsym Return mode "default"
|
||||
|
||||
@@ -291,7 +291,7 @@ refresh_rate="off"
|
||||
# Example:
|
||||
# on: 'Numix, Adwaita'
|
||||
# off: 'Numix [GTK2], Adwaita [GTK3]'
|
||||
gtk_shorthand="off"
|
||||
gtk_shorthand="on"
|
||||
|
||||
|
||||
# Enable/Disable gtk2 Theme / Icons / Font
|
||||
|
||||
Reference in New Issue
Block a user