A bunch of stuff
This commit is contained in:
14
desktop.org
14
desktop.org
@@ -225,10 +225,9 @@ for_window [app_id="galendae"] floating enable, sticky enable, move position cur
|
||||
** Idle Behavior
|
||||
#+begin_src shell :tangle ~/dotfiles/.config/sway/config :mkdirp yes
|
||||
# Idle configuration
|
||||
# This will lock your screen after 300 seconds of inactivity, then turn off
|
||||
# your displays after another 300 seconds, and turn your screens back on when
|
||||
# resumed. It will also lock your screen before your computer goes to sleep.
|
||||
exec swayidle -w timeout 60 'swaylock -f' \
|
||||
exec swayidle -w \
|
||||
timeout 90 'swaylock -f' \
|
||||
# timeout 120 'swaymsg "output * dpms off"'
|
||||
# timeout 600 'swaymsg "output * dpms off"' \
|
||||
# resume 'swaymsg "output * dpms on"' \
|
||||
# before-sleep 'swaylock -f'
|
||||
@@ -252,6 +251,7 @@ exec swayidle -w timeout 60 'swaylock -f' \
|
||||
input type:keyboard {
|
||||
# Capslock key should work as escape key
|
||||
# See /usr/share/X11/xkb/rules/xorg.lst for options
|
||||
xkb_layout "us(altgr-intl)"
|
||||
xkb_options caps:escape
|
||||
|
||||
repeat_delay 250
|
||||
@@ -283,9 +283,9 @@ fi
|
||||
#+begin_src shell :tangle ~/dotfiles/.config/sway/config :mkdirp yes
|
||||
# Monitors
|
||||
# You can get the names of your outputs by running: swaymsg -t get_outputs
|
||||
output eDP-1 pos 0 0 res 1920x1200
|
||||
output DP-6 pos 1920 0 res 3440x1440
|
||||
output HDMI-A-1 res 2560x144
|
||||
# output eDP-1 pos 0 0 res 1920x1200
|
||||
# output DP-6 pos 1920 0 res 3440x1440
|
||||
output HDMI-A-1 pos 0 0 res 2560x1440
|
||||
|
||||
# Wallpaper
|
||||
output DP-6 bg /home/opal/dotfiles/.config/wallpapers/3.jpg fill #050402
|
||||
|
||||
Reference in New Issue
Block a user