Benjamin Bädorf
4c0991c7e1
Hibernation is now a core option: ``` pub-solar.core.hibernation.enable = true; ``` And there's a paranoia mode, that keeps the disk encrypted as much as possible by enabling hibernation and removing the options for sleep, screen locking. Idle locking now hibernates, and it does it on very short notice.
34 lines
1.4 KiB
Plaintext
34 lines
1.4 KiB
Plaintext
# launch categorized menu
|
|
bindsym $mod+z exec --no-startup-id morc_menu
|
|
|
|
# switch keyboard input language
|
|
bindsym $mod+tab exec toggle-kbd-layout
|
|
|
|
################################################################################################
|
|
## sound-section - ##
|
|
################################################################################################
|
|
|
|
bindsym $mod+Ctrl+m exec pavucontrol
|
|
|
|
################################################################################################
|
|
|
|
# Quickstart application shortcuts
|
|
bindsym $mod+F1 exec qMasterPassword
|
|
bindsym $mod+F2 exec firefox
|
|
bindsym $mod+F3 exec $term -e vifm
|
|
bindsym $mod+Shift+F3 exec gksu $term -e vifm
|
|
bindsym $mod+F4 exec nautilus -w
|
|
bindsym $mod+Shift+F4 exec signal-desktop --use-tray-icon
|
|
bindsym $mod+F5 exec $term -e 'mocp -C $XDG_CONFIG_DIR/mocp/config'
|
|
bindsym $mod+Shift+m exec mu
|
|
bindsym $mod+Shift+h exec xdg-open /usr/share/doc/manjaro/i3_help.pdf
|
|
|
|
# Screenshots
|
|
bindsym $mod+Ctrl+p exec grim -g "$(slurp -d -b \#ffffff11)" ~/Pictures/Screenshots/$(date +%Y%m%d_%Hh%Mm%Ss)_grim.png
|
|
bindsym $mod+Shift+p exec grim ~/Pictures/Screenshots/$(date +%Y%m%d_%Hh%Mm%Ss)_grim.png
|
|
bindsym $mod+Ctrl+f exec "( pkill flameshot || true && flameshot & ) && ( sleep 0.5s && flameshot gui )"
|
|
|
|
# Launcher
|
|
set $menu exec alacritty --class launcher -e env TERMINAL_COMMAND="alacritty -e" sway-launcher
|
|
bindsym $mod+Space exec $menu
|