From b25452ae882105b96d82ef52f1c59dc4092a39fa Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Fri, 13 Sep 2019 18:51:18 -0400 Subject: new setup on darrud --- .config/sway/config | 19 ++++--------------- .config/sway/darrud | 19 +++++++++++++++++++ .config/sway/shemshak | 14 -------------- 3 files changed, 23 insertions(+), 29 deletions(-) create mode 100644 .config/sway/darrud delete mode 100644 .config/sway/shemshak (limited to '.config/sway') diff --git a/.config/sway/config b/.config/sway/config index 5f279c7..bea5259 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -14,7 +14,6 @@ set $pass rofi-pass ### Output configuration # # Default wallpaper (more resolutions are available in __DATADIR__/backgrounds/sway/) -output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill # # Example configuration: # @@ -22,19 +21,12 @@ output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill # # You can get the names of your outputs by running: swaymsg -t get_outputs -# output DP-1 res 2560x1440 pos 1366,0 -# # 672 = 1440 - 768 -# output LVDS-1 pos 0,760 - -output DP-1 res 2560x1440 pos 0,0 -# 672 = 1440 - 768 -output LVDS-1 pos 2560,760 - ### Input configuration input "65261:24672:technomancy_Atreus" { repeat_delay 200 repeat_rate 45 + # xkb_options altwin:swap_alt_win } ### Idle configuration @@ -319,11 +311,8 @@ client.focused $blue $blue #ffffff $blue $blue client.unfocused $gray $gray #ffffff $gray $gray client.focused_inactive $gray $gray #ffffff $gray $gray -# font pango: benis uushi 9 -# font pango: Ubuntu Mono 11 -# font pango: Inconsolata 11 -font pango: DejaVu Sans Mono 9 -# font pango: Liberation Mono 9 +# font pango: DejaVu Sans Mono 9 +font pango: Source Code Pro 9.5 # get rid of title bars default_border pixel 4 @@ -333,7 +322,7 @@ exec xrdb .Xresources # systemd-inhibit --what=handle-power-key --who=aminb \ # --why="Handle power button in sway" sleep infinity exec mako 2>&1 >/tmp/mako.log -exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 +#exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 include /etc/sway/config.d/* include ~/.config/sway/`hostname` diff --git a/.config/sway/darrud b/.config/sway/darrud new file mode 100644 index 0000000..90185c7 --- /dev/null +++ b/.config/sway/darrud @@ -0,0 +1,19 @@ +output HDMI-A-1 res 2560x1440 pos 1920,0 +output eDP-1 pos 0,550 + +focus output HDMI-A-1 + +input "1739:31251:DLL07BE:01_06CB:7A13_Touchpad" { + dwt enabled + tap enabled + natural_scroll enabled + middle_emulation enabled + click_method clickfinger +} + +input "1:1:AT_Translated_Set_2_keyboard" { + repeat_delay 200 + repeat_rate 45 + xkb_layout us,ir + xkb_options ctrl:nocaps,altwin:swap_alt_win,ctrl:rctrl_ralt,grp:shifts_toggle +} diff --git a/.config/sway/shemshak b/.config/sway/shemshak deleted file mode 100644 index 8fa60b3..0000000 --- a/.config/sway/shemshak +++ /dev/null @@ -1,14 +0,0 @@ -input "1739:31251:DLL07BE:01_06CB:7A13_Touchpad" { - dwt enabled - tap enabled - natural_scroll enabled - middle_emulation enabled - click_method clickfinger -} - -input "1:1:AT_Translated_Set_2_keyboard" { - repeat_delay 200 - repeat_rate 45 - xkb_layout us,ir - xkb_options ctrl:nocaps,altwin:swap_alt_win,ctrl:rctrl_ralt,grp:shifts_toggle -} -- cgit v1.2.3-60-g2f50