瀏覽代碼

Clean up changes from Rhea

Colin Powell 4 年之前
父節點
當前提交
75a38bad68

+ 1 - 0
.gitignore

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

+ 1 - 1
fish/.config/fish/functions/fzf_key_bindings.fish

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

+ 1 - 1
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

+ 1 - 0
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

+ 1 - 0
ssh/.ssh/jails.pub

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

+ 3 - 3
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 &