diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/.Xresources-dark | 1 | ||||
-rw-r--r-- | debian/.bashrc | 4 | ||||
l--------- | debian/.config/systemd/user/default.target.wants/ssh-agent.service | 1 | ||||
-rw-r--r-- | debian/.config/systemd/user/ssh-agent.service | 10 | ||||
-rwxr-xr-x | debian/.screenlayout/dual.sh | 2 |
5 files changed, 15 insertions, 3 deletions
diff --git a/debian/.Xresources-dark b/debian/.Xresources-dark index 4219cb7..9c8d19f 100644 --- a/debian/.Xresources-dark +++ b/debian/.Xresources-dark @@ -29,3 +29,4 @@ URxvt.jumpScroll: true URxvt.font: xft:Latin Modern Mono:size=12:autohint=true URxvt.termName: rxvt-unicode-256color URxvt.perl-ext-common: default,font-size +URxvt.font-size.step: 3 diff --git a/debian/.bashrc b/debian/.bashrc index 7dc78a4..3b86648 100644 --- a/debian/.bashrc +++ b/debian/.bashrc @@ -93,8 +93,8 @@ alias l='$(fc -ln -1) | less -r' alias r=ranger alias v='vim $(fzf)' alias fd=fdfind -alias cdid='cd $HOME/Sources/pip/src/pip/_internal' -alias pwip='python3 $HOME/Sources/pip/src/pip' +alias cdid='cd $HOME/Salsa/pypkg/pip/src/pip/_internal' +alias pwip='python3 $HOME/Salsa/pypkg/pip/src/pip' alias gcc='gcc -Wall -Wextra -pedantic -O2 -lm' alias g++='g++ -Wall -Wextra -pedantic -O2 -lm' alias fpc='fpc -O1 -XS -gl' diff --git a/debian/.config/systemd/user/default.target.wants/ssh-agent.service b/debian/.config/systemd/user/default.target.wants/ssh-agent.service new file mode 120000 index 0000000..a0424e0 --- /dev/null +++ b/debian/.config/systemd/user/default.target.wants/ssh-agent.service @@ -0,0 +1 @@ +/home/cnx/.config/systemd/user/ssh-agent.service \ No newline at end of file diff --git a/debian/.config/systemd/user/ssh-agent.service b/debian/.config/systemd/user/ssh-agent.service new file mode 100644 index 0000000..9428410 --- /dev/null +++ b/debian/.config/systemd/user/ssh-agent.service @@ -0,0 +1,10 @@ +[Unit] +Description=SSH key agent + +[Service] +Type=simple +Environment=SSH_AUTH_SOCK=%t/ssh-agent.socket +ExecStart=/usr/bin/ssh-agent -D -a $SSH_AUTH_SOCK + +[Install] +WantedBy=default.target diff --git a/debian/.screenlayout/dual.sh b/debian/.screenlayout/dual.sh index f166e7e..86a5c3f 100755 --- a/debian/.screenlayout/dual.sh +++ b/debian/.screenlayout/dual.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output eDP1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP1 --mode 1600x900 --pos 1920x0 --rotate normal --output HDMI1 --off --output HDMI2 --off --output VIRTUAL1 --off +xrandr --output eDP-1 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-1 --off --output DP-1 --mode 1600x900 --pos 1920x0 --rotate normal --output HDMI-2 --off |