diff options
author | Yaroslav <contact@yaroslavps.com> | 2019-11-18 18:55:16 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2019-11-18 18:55:16 +0300 |
commit | e96c67d164e0a8f4c1bfba20706b88651635d077 (patch) | |
tree | 35cc58549e528b8f7c8e826d0d2902de14637045 /dotfiles | |
parent | 6e63a198dc322091c1e55ebdf5e110ea06814fd1 (diff) | |
download | swayrice-e96c67d164e0a8f4c1bfba20706b88651635d077.tar.gz swayrice-e96c67d164e0a8f4c1bfba20706b88651635d077.zip |
mako appearance update; sway config streamline
Diffstat (limited to 'dotfiles')
-rw-r--r-- | dotfiles/.config/mako/config | 6 | ||||
-rw-r--r-- | dotfiles/.config/sway/config | 18 |
2 files changed, 9 insertions, 15 deletions
diff --git a/dotfiles/.config/mako/config b/dotfiles/.config/mako/config new file mode 100644 index 0000000..5922178 --- /dev/null +++ b/dotfiles/.config/mako/config @@ -0,0 +1,6 @@ +font=BlexMono Nerd Font Mono 10 +text-color=#e5e9f0 +background-color=#2d333ffb +border-color=#434c5e +default-timeout=5000 +height=300 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 <px> -# 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 |