Clean up changes from Rhea

This commit is contained in:
2020-09-02 14:48:34 -04:00
parent 224ad0bc98
commit 75a38bad68
6 changed files with 8 additions and 5 deletions

1
.gitignore vendored
View File

@ -16,5 +16,6 @@ conf.d/plugin-direnv_init.fish
QtProject.conf QtProject.conf
powellc powellc
1904_powellc 1904_powellc
jails
known_hosts known_hosts
error.log error.log

View File

@ -1 +1 @@
/home/powellc/.fzf/shell/key-bindings.fish /usr/home/powellc/.fzf/shell/key-bindings.fish

View File

@ -322,7 +322,7 @@ exec --no-startup-id unclutter -grab
# RELOAD # RELOAD
exec_always --no-startup-id compton --config ~/.config/compton/compton.conf exec_always --no-startup-id compton --config ~/.config/compton/compton.conf
exec_always --no-startup-id dunst exec_always --no-startup-id dunst
exec_always --no-startup-id syncthing #exec_always --no-startup-id syncthing
exec_always xrdb --merge ~/.Xresoureces exec_always xrdb --merge ~/.Xresoureces
## Volume control ## Volume control

View File

@ -1,5 +1,6 @@
#!/bin/sh #!/bin/sh
pkill compton pkill compton
~/.bin/changepaper
setxkbmap -model pc105 -layout us,ru -option grp:ctrls_toggle -option caps:escape -option compose:ralt setxkbmap -model pc105 -layout us,ru -option grp:ctrls_toggle -option caps:escape -option compose:ralt
i3 restart i3 restart
changepaper changepaper

1
ssh/.ssh/jails.pub Normal file
View File

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL4OoGwdZI2gmugrHXTTHksGr+xfLdSQ9rSZ6abHGbm0 powellc@rhea

View File

@ -4,10 +4,10 @@ if [ ! -d "$XDG_RUNTIME_DIR" ]; then
chmod 0700 "$XDG_RUNTIME_DIR" chmod 0700 "$XDG_RUNTIME_DIR"
fi fi
export WINIT_HIDPI_FACTOR=1.0 #export WINIT_HIDPI_FACTOR=1.0
setxkbmap -model pc105 -layout us,ru -option grp:ctrls_toggle #setxkbmap -model pc105 -layout us,ru -option grp:ctrls_toggle
setxkbmap -option caps:escape -option compose:ralt & #setxkbmap -option caps:escape -option compose:ralt &
emacs --daemon & emacs --daemon &