Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f324589c65 | |||
| 3fe18ef9dc | |||
| 57f5473c2f |
@@ -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
|
||||
|
||||
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user