mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-14 08:01:35 +09:00
Merge branch 'main' of github.com:JaeYoo-Im/dotfiles
This commit is contained in:
@ -8,9 +8,9 @@
|
|||||||
# Enable screen locking on suspend
|
# Enable screen locking on suspend
|
||||||
#xss-lock -- slock &
|
#xss-lock -- slock &
|
||||||
# Fire it up for WSL
|
# Fire it up for WSL
|
||||||
#VETHER_IP=$(/bin/grep nameserver /etc/resolv.conf 2> /dev/null | /bin/tr -s ' ' | /bin/cut -d' ' -f2)
|
VETHER_IP=$(/bin/grep nameserver /etc/resolv.conf 2> /dev/null | /bin/tr -s ' ' | /bin/cut -d' ' -f2)
|
||||||
#export DISPLAY=$VETHER_IP:10.0
|
export DISPLAY=$VETHER_IP:10.0
|
||||||
export DISPLAY=192.168.144.1:10.0
|
#export DISPLAY=192.168.144.1:10.0
|
||||||
|
|
||||||
picom -b --config $HOME/.xmonad/scripts/picom.conf &
|
picom -b --config $HOME/.xmonad/scripts/picom.conf &
|
||||||
exec dbus-launch --exit-with-session emacs -mm --debug-init -l ~/.emacs.d/desktop.el
|
exec dbus-launch --exit-with-session emacs -mm --debug-init -l ~/.emacs.d/desktop.el
|
||||||
|
|||||||
@ -4,4 +4,4 @@
|
|||||||
[init]
|
[init]
|
||||||
defaultBranch = master
|
defaultBranch = master
|
||||||
[core]
|
[core]
|
||||||
editor = "emacs -nw"
|
editor = vim
|
||||||
|
|||||||
@ -2,8 +2,8 @@
|
|||||||
Host ju-server
|
Host ju-server
|
||||||
User jaeus
|
User jaeus
|
||||||
# NOTE : Do not commit for security
|
# NOTE : Do not commit for security
|
||||||
Hostname 127.0.0.1
|
Hostname 192.168.0.125
|
||||||
Port 22
|
Port 13792
|
||||||
# ProxyCommand ssh -W %h:%p odroid
|
# ProxyCommand ssh -W %h:%p odroid
|
||||||
Host github.com
|
Host github.com
|
||||||
User git
|
User git
|
||||||
|
|||||||
Reference in New Issue
Block a user