Desktop updates
This commit is contained in:
parent
5b29c52889
commit
53e38244f4
|
@ -119,7 +119,9 @@ bindsym $mod+Control+Alt+k gaps vertical current plus 5
|
|||
bindsym $mod+Control+equal gaps inner current set $default_gap
|
||||
|
||||
bindsym $mod+Control+Shift+l exec swaylock
|
||||
bindsym $mod+Control+Shift+s exec lock-and-sleep
|
||||
# TODO: toggle-able swayidle?
|
||||
# TODO: one-time swayidle?
|
||||
# bindsym $mod+Control+Shift+s exec lock-and-disable-monitors
|
||||
|
||||
mode "resize" {
|
||||
bindsym $left resize shrink width 10 px or 10 ppt
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
font_family Iosevka Fixed SS07 Medium
|
||||
font_family iosevka-lyte
|
||||
|
||||
repaint_delay 5
|
||||
input_delay 1
|
||||
|
|
|
@ -14,6 +14,7 @@ pacaur --needed -S \
|
|||
openssh mosh `# Remote Access` \
|
||||
openssl `# Crypto` \
|
||||
erlang elixir `# Elixir Language` \
|
||||
asdf-vm `# Runtime Version Manager` \
|
||||
nodejs npm yarn `# JavaScript Runtime` \
|
||||
python python-pip `# Python 3 Language` \
|
||||
pass `# Password Management` \
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if is_wayland; then
|
||||
swaylock &
|
||||
else
|
||||
dm-tool switch-to-greeter &
|
||||
fi
|
||||
sudo systemctl suspend
|
3
env/desktop/bin/reboot-to-windows
vendored
Executable file
3
env/desktop/bin/reboot-to-windows
vendored
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env sh
|
||||
sudo efibootmgr -n 0001
|
||||
sudo reboot
|
Reference in a new issue