diff --git a/.config/screenlayout/apply-screen-layout.sh b/.config/screenlayout/apply-screen-layout.sh index 36c0c27..41d10eb 100755 --- a/.config/screenlayout/apply-screen-layout.sh +++ b/.config/screenlayout/apply-screen-layout.sh @@ -5,6 +5,8 @@ if [[ $hostname == "bepis" ]]; then $(~/.config/screenlayout/desktop.sh) elif [[ $hostname == "arch-bepis" ]]; then $(~/.config/screenlayout/arch-bepis-desktop-sway.sh) +elif [[ $hostname == "printer" ]]; then + $(~/.config/screenlayout/printer.sh) elif [[ $hostname == "bepis-laptop" ]]; then $(~/.config/screenlayout/laptop.sh) fi diff --git a/.config/screenlayout/printer.sh b/.config/screenlayout/printer.sh new file mode 100755 index 0000000..26d2194 --- /dev/null +++ b/.config/screenlayout/printer.sh @@ -0,0 +1 @@ +swaymsg output HDMI-A-3 mode 2560x1440 bg ~/.config/feh/wallpaper.png stretch scale 1.2 diff --git a/.config/sway/config b/.config/sway/config index 8a9fdf3..3238ef2 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -35,7 +35,7 @@ exec_always export hostname="$(cat /etc/hostname)" && ~/.config/keyboard/apply-k set $mod Mod4 -font pango:DejaVu 14 +font pango:JetBrainsMono Nerd Font 14 # This font is widely installed, provides lots of unicode glyphs, right-to-left # text rendering and scalability on retina/hidpi displays (thanks to pango). @@ -48,7 +48,7 @@ exec --no-startup-id dex --autostart --environment i3 # xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the # screen before suspend. Use loginctl lock-session to lock your screen. -exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork +exec --no-startup-id xss-lock --transfer-sleep-lock -- swaylock -fkL -s stretch -i /home/wholteza/.config/feh/wallpaper.png # NetworkManager is the most popular way to manage wireless networks on Linux, # and nm-applet is a desktop environment-independent system tray GUI for it. @@ -234,7 +234,7 @@ bar { #KEYBINDS -bindsym $mod+Shift+z exec /home/wholteza/.config/i3/lock -b=0x8 -n +bindsym $mod+Shift+z exec swaylock -fkL -s stretch -i /home/wholteza/.config/feh/wallpaper.png bindsym Control+Mod1+s exec /home/wholteza/.config/passmenu/passmenu bindsym $mod+Shift+p exec arandr bindsym $mod+p exec /home/wholteza/.config/screenlayout/screenmenu.sh