From ea146e8087435e97d0478e98b34100d5c0631895 Mon Sep 17 00:00:00 2001 From: siinus Date: Mon, 15 Aug 2022 22:40:39 +0300 Subject: [PATCH] Update something --- sway/.config/sway/config | 4 ++++ sway/.config/sway/hosts/codered/config | 2 +- zsh/.zshrc | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index d0c1838..86679f0 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -10,6 +10,8 @@ set $right l set $term alacritty set $menu rofi -show run -theme solarized -show-icons +titlebar_padding 4 1 + output * bg res/bg.svg fill @@ -165,5 +167,7 @@ include /etc/sway/config.d/* exec dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY +for_window [app_id="mpv"] floating enable + include hosts/$(hostname)/* diff --git a/sway/.config/sway/hosts/codered/config b/sway/.config/sway/hosts/codered/config index 13a7112..1a3a681 100644 --- a/sway/.config/sway/hosts/codered/config +++ b/sway/.config/sway/hosts/codered/config @@ -1,6 +1,6 @@ # vi: ft=i3config -output "Goldstar Company Ltd 27GL850 912NTZN7A301" pos 1200 0 +output "Goldstar Company Ltd 27GL850 912NTZN7A301" pos 1200 0 adaptive_sync on output "Dell Inc. DELL U2410 F525M0536JWL" pos 0 0 transform 270 output "Samsung Electric Company SyncMaster H9XS901412" pos 3760 0 transform 270 output "Goldstar Company Ltd LG ULTRAWIDE 0x0000955E" pos 1200 1000 diff --git a/zsh/.zshrc b/zsh/.zshrc index d812ff8..4484f35 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -28,6 +28,8 @@ export LESS_TERMCAP_ue=$'\E[0m' # reset underline export LESSOPEN="| /usr/bin/src-hilite-lesspipe.sh %s" export LESS=' -R ' +export PATH=$PATH:~/.local/bin + source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source "$HOME/build/zsh-vim-mode/zsh-vim-mode.plugin.zsh"