update config
This commit is contained in:
@@ -41,42 +41,22 @@ client.focused "#2c2c2c" "#212121" "#fefefe" "#ffffff" "#2c2c2c"
|
||||
gaps inner 5
|
||||
gaps outer 1
|
||||
|
||||
### Output configuration
|
||||
#
|
||||
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
||||
# This is commented in Debian, because the Sway wallpaper files are in a separate
|
||||
# package `sway-backgrounds`. Installing this package drops a config file to
|
||||
# /etc/sway/config.d/
|
||||
# output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
|
||||
#
|
||||
# Example configuration:
|
||||
#
|
||||
# output HDMI-A-1 resolution 1920x1080 position 1920,0
|
||||
#
|
||||
# You can get the names of your outputs by running: swaymsg -t get_outputs
|
||||
|
||||
output DP-2 {
|
||||
mode 2560x1440@60Hz
|
||||
position 1920 0
|
||||
}
|
||||
|
||||
output HDMI-A-1 {
|
||||
mode 1920x1080@60Hz
|
||||
}
|
||||
|
||||
output * adaptive_sync off
|
||||
|
||||
output eDP-2 {
|
||||
mode 1920x1080@165.010Hz
|
||||
position 0 0
|
||||
}
|
||||
|
||||
### Idle configuration
|
||||
#
|
||||
# Example configuration:
|
||||
#
|
||||
# exec swayidle -w \
|
||||
# timeout 300 'swaylock -f -c 000000' \
|
||||
# timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
|
||||
# before-sleep 'swaylock -f -c 000000'
|
||||
#
|
||||
# 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.
|
||||
output eDP-1 position 0 0
|
||||
output DP-2 position 1920 0
|
||||
|
||||
exec systemctl --user import-environment
|
||||
exec systemctl --user start xdg-desktop-portal
|
||||
@@ -88,20 +68,6 @@ exec elephant
|
||||
exec walker --gapplication-service
|
||||
exec swaync
|
||||
|
||||
### Input configuration
|
||||
#
|
||||
# Example configuration:
|
||||
#
|
||||
# input "2:14:SynPS/2_Synaptics_TouchPad" {
|
||||
# dwt enabled
|
||||
# tap enabled
|
||||
# natural_scroll enabled
|
||||
# middle_emulation enabled
|
||||
# }
|
||||
#
|
||||
# You can get the names of your inputs by running: swaymsg -t get_inputs
|
||||
# Read `man 5 sway-input` for more information about this
|
||||
|
||||
output * bg /home/landam/Pictures/wallpaper/dark_waves.jpg fill
|
||||
|
||||
input type:touchpad {
|
||||
@@ -117,13 +83,6 @@ input "type:keyboard" {
|
||||
xkb_options grp:alt_shift_toggle
|
||||
}
|
||||
|
||||
# input "2:14:SynPS/2_Synaptics_TouchPad" {
|
||||
# dwt enabled
|
||||
# tap enabled
|
||||
# natural_scroll enabled
|
||||
# middle_emulation enabled
|
||||
# }
|
||||
|
||||
exec_always {
|
||||
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
|
||||
export __GL_SYNC_TO_VBLANK=1
|
||||
|
||||
Reference in New Issue
Block a user