From aea96ad9c24a975d6a3d79003711bd7a68eea240 Mon Sep 17 00:00:00 2001 From: Siina Mashek Date: Thu, 7 Dec 2023 01:05:51 +0200 Subject: [PATCH] Cleaning up sway config a bit --- config/sway/config | 37 +------------------------------------ 1 file changed, 1 insertion(+), 36 deletions(-) diff --git a/config/sway/config b/config/sway/config index a96dd08..9008b28 100644 --- a/config/sway/config +++ b/config/sway/config @@ -1,9 +1,3 @@ -# Default config for sway -# -# Copy this to ~/.config/sway/config and edit it to your liking. -# -# Read `man 5 sway` for a complete reference. - ### Variables # # Logo key. Use Mod1 for Alt. @@ -19,7 +13,6 @@ set $term alacritty # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on. set $menu bemenu-run -p "" | xargs swaymsg exec -- - ### Output configuration # # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) @@ -32,34 +25,6 @@ set $menu bemenu-run -p "" | xargs swaymsg exec -- # You can get the names of your outputs by running: swaymsg -t get_outputs output DP-3 resolution 1920x1080 pos 0 540 adaptive_sync on output HDMI-A-1 resolution 1920x1080 pos 1920 0 transform 90 adaptive_sync on - -### 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. - -### 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 section. - ### Key bindings # # Basics: @@ -239,5 +204,5 @@ bar { include /etc/sway/config.d/* include /home/siina/.config/sway/config.d/* -### Screen sharing fix +### Screencast fix exec --no-startup-id dbus-update-activation-environment --all