Clean up changes from Rhea
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
/home/powellc/.fzf/shell/key-bindings.fish
|
/usr/home/powellc/.fzf/shell/key-bindings.fish
|
||||||
@ -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
|
||||||
|
|||||||
@ -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
1
ssh/.ssh/jails.pub
Normal file
@ -0,0 +1 @@
|
|||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL4OoGwdZI2gmugrHXTTHksGr+xfLdSQ9rSZ6abHGbm0 powellc@rhea
|
||||||
@ -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 &
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user