From e96c67d164e0a8f4c1bfba20706b88651635d077 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Mon, 18 Nov 2019 18:55:16 +0300 Subject: mako appearance update; sway config streamline --- dotfiles/.config/sway/config | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) (limited to 'dotfiles/.config/sway') diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 4e77650..5289280 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -30,15 +30,13 @@ floating_modifier $mod exec --no-startup-id waybar_launch # KDE Connect exec --no-startup-id kdeconnect-indicator -# Mopidy music daemon +# music daemon # exec_always --no-startup-id ~/.scripts/mopidy_launch exec --no-startup-id mpd # Bluetooth adapter applet exec_always --no-startup-id blueman-applet # Motification handler -exec --no-startup-id mako_launch -# NetworkManager Applet -exec --no-startup-id nm-applet +exec --no-startup-id mako # Workspace names # to display names or symbols instead of plain workspace numbers you can use @@ -114,26 +112,17 @@ input 2:10:TPPS/2_IBM_TrackPoint pointer_accel 0.8 # Outputs output "*" background ~/.config/wall1.png fill -# for laptop +# Laptop display output "eDP-1" scale 1.53 pos 0 0 # Keymaps input * xkb_layout "us,es,ru" input * xkb_options "lv3:ralt_switch,grp:alt_shift_toggle,misc:typo,caps:escape,grp_led:scroll" -############################# -### settings for i3-gaps: ### -############################# - # Set inner/outer gaps gaps inner 15 gaps outer 0 -# Additionally, you can issue commands with the following syntax. This is useful to bind keys to changing the gap size. -# gaps inner|outer current|all set|plus|minus -# gaps inner all set 10 -# gaps outer all plus 5 - # Smart gaps (gaps used if only more than one container on the workspace) # smart_gaps on @@ -328,7 +317,6 @@ bindsym --to-code { # Lock screen - #$mod+x exec --no-startup-id blurlock $mod+x exec --no-startup-id lock-color $mod+a gaps inner current plus 5 -- cgit v1.2.3