From 5d3e9a8c285fcf74c0a09c85babc754ae9cebf40 Mon Sep 17 00:00:00 2001 From: Konstantin Koslowski Date: Fri, 18 Dec 2020 15:26:02 +0100 Subject: [PATCH] sway: add some defaults --- config | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/config b/config index e0b190f..84c8a62 100644 --- a/config +++ b/config @@ -14,22 +14,21 @@ set $down j set $up k set $right l # Your preferred terminal emulator -set $term alacritty +set $term termite +set $background $HOME/Cloud/xkonni/Pictures/wallpaper/5k_bavarian_forest_bw.jpg # Your preferred application launcher # 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 dmenu_path | dmenu | xargs swaymsg exec -- ### Output configuration -# -# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) -output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill -# +output * bg $background 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 eDP-1 pos 0 0 +output DP-1 pos 1920 0 +output DP-1 disable ### Idle configuration # @@ -45,19 +44,12 @@ output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill # 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. + input type:keyboard { + xkb_layout "eu" + } ### Key bindings # # Basics: