Browse Source

Update something

master
siinus 2 years ago
parent
commit
ea146e8087
Signed by: siinus
GPG Key ID: 259BA0611AE97CEF
  1. 4
      sway/.config/sway/config
  2. 2
      sway/.config/sway/hosts/codered/config
  3. 2
      zsh/.zshrc

4
sway/.config/sway/config

@ -10,6 +10,8 @@ set $right l @@ -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/* @@ -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)/*

2
sway/.config/sway/hosts/codered/config

@ -1,6 +1,6 @@ @@ -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

2
zsh/.zshrc

@ -28,6 +28,8 @@ export LESS_TERMCAP_ue=$'\E[0m' # reset underline @@ -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"

Loading…
Cancel
Save