diff --git a/.gitignore b/.gitignore index eab510f..b902cce 100644 --- a/.gitignore +++ b/.gitignore @@ -16,5 +16,6 @@ conf.d/plugin-direnv_init.fish QtProject.conf powellc 1904_powellc +jails known_hosts error.log diff --git a/fish/.config/fish/functions/fzf_key_bindings.fish b/fish/.config/fish/functions/fzf_key_bindings.fish index ff68d89..2ad9041 120000 --- a/fish/.config/fish/functions/fzf_key_bindings.fish +++ b/fish/.config/fish/functions/fzf_key_bindings.fish @@ -1 +1 @@ -/home/powellc/.fzf/shell/key-bindings.fish \ No newline at end of file +/usr/home/powellc/.fzf/shell/key-bindings.fish \ No newline at end of file diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 2fe88bd..8ce5e4e 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -322,7 +322,7 @@ exec --no-startup-id unclutter -grab # RELOAD exec_always --no-startup-id compton --config ~/.config/compton/compton.conf exec_always --no-startup-id dunst -exec_always --no-startup-id syncthing +#exec_always --no-startup-id syncthing exec_always xrdb --merge ~/.Xresoureces ## Volume control diff --git a/screenlayout/.screenlayout/keyboard-and-bg.sh b/screenlayout/.screenlayout/keyboard-and-bg.sh index 02ca8f4..318cd0f 100755 --- a/screenlayout/.screenlayout/keyboard-and-bg.sh +++ b/screenlayout/.screenlayout/keyboard-and-bg.sh @@ -1,5 +1,6 @@ #!/bin/sh pkill compton +~/.bin/changepaper setxkbmap -model pc105 -layout us,ru -option grp:ctrls_toggle -option caps:escape -option compose:ralt i3 restart changepaper diff --git a/ssh/.ssh/jails.pub b/ssh/.ssh/jails.pub new file mode 100644 index 0000000..4e74fad --- /dev/null +++ b/ssh/.ssh/jails.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL4OoGwdZI2gmugrHXTTHksGr+xfLdSQ9rSZ6abHGbm0 powellc@rhea diff --git a/x/.xinitrc b/x/.xinitrc index 2f9ee5f..0c9a86f 100644 --- a/x/.xinitrc +++ b/x/.xinitrc @@ -4,10 +4,10 @@ if [ ! -d "$XDG_RUNTIME_DIR" ]; then chmod 0700 "$XDG_RUNTIME_DIR" fi -export WINIT_HIDPI_FACTOR=1.0 +#export WINIT_HIDPI_FACTOR=1.0 -setxkbmap -model pc105 -layout us,ru -option grp:ctrls_toggle -setxkbmap -option caps:escape -option compose:ralt & +#setxkbmap -model pc105 -layout us,ru -option grp:ctrls_toggle +#setxkbmap -option caps:escape -option compose:ralt & emacs --daemon &