Desktop updates

This commit is contained in:
Daniel Flanagan 2020-10-12 06:26:51 -05:00
parent 5b29c52889
commit 53e38244f4
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
5 changed files with 8 additions and 10 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
font_family Iosevka Fixed SS07 Medium
font_family iosevka-lyte
repaint_delay 5
input_delay 1

View File

@ -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` \

View File

@ -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
View File

@ -0,0 +1,3 @@
#!/usr/bin/env sh
sudo efibootmgr -n 0001
sudo reboot