Compare commits

...

3 Commits

Author SHA1 Message Date
me f324589c65 Add execution of the Mullvad GUI. 2026-07-26 17:58:42 -07:00
me 3fe18ef9dc Add path for the Mullvad GUI. 2026-07-26 17:58:19 -07:00
me 57f5473c2f Add more aliases for shutdown. 2026-07-26 17:48:07 -07:00
2 changed files with 6 additions and 2 deletions
+4 -2
View File
@@ -279,8 +279,9 @@ bindsym $shift+$mod+l exec "i3lock -c 000000 -e -f && sleep 1 && xset dpms force
# shutdown entire system.
#bindsym $ctrl+$shift+q exec dbus-send --system --print-reply --dest="org.freedesktop.ConsoleKit" /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Stop
bindsym $ctrl+$shift+q exec sudo shutdown -h now
bindsym $ctrl+$alt+q exec sudo shutdown -h now
bindsym $shift+$alt+q exec sudo shutdown -h now
bindsym $shift+$ctrl+q exec sudo shutdown -h now
## Resizing (Disabled) ##
@@ -323,6 +324,7 @@ bar {
## Startup Applications ##
exec mullvad-gui
exec i3-sensible-terminal
#exec firefox-flatpak
exec transmission
+2
View File
@@ -126,6 +126,7 @@
set_fact:
export_path_additions: export PATH="$HOME/bin:"{{ global_bin }}":"{{ shared_rc_bin }}":$PATH"
export_path_sbin: export PATH="$PATH:/sbin:/usr/sbin:/usr/local/sbin"
export_path_mullvad: export PATH="$PATH:/opt/Mullvad\ VPN"
#export_terminal: export TERMINAL="alacritty" # colors look weird.
export_terminal: export TERMINAL="kitty"
keyboard_settings: setxkbmap -layout us -variant altgr-intl
@@ -1123,6 +1124,7 @@
profile_common: |
{{ export_path_additions }}
{{ export_path_sbin }}
{{ export_path_mullvad }}
{{ export_terminal }}
{{ keyboard_settings}}
rc_common: |