Small changes - can't be bothered to explain them
This commit is contained in:
@@ -9,7 +9,7 @@ export XDG_RUNTIME_DIR=/run/user/`id -u`
|
|||||||
# Standard Variables
|
# Standard Variables
|
||||||
export EDITOR='emacsclient -a "emacs" -c'
|
export EDITOR='emacsclient -a "emacs" -c'
|
||||||
export EA_EDITOR=$EDITOR
|
export EA_EDITOR=$EDITOR
|
||||||
export BROWSER="firefox"
|
export BROWSER="waterfox"
|
||||||
export TERMINAL="st"
|
export TERMINAL="st"
|
||||||
export WEBKIT_FORCE_SANDBOX=0
|
export WEBKIT_FORCE_SANDBOX=0
|
||||||
export PF_INFO="ascii title os memory uptime editor wm shell"
|
export PF_INFO="ascii title os memory uptime editor wm shell"
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ Xft.antialias: true
|
|||||||
Xft.hinting: true
|
Xft.hinting: true
|
||||||
Xft.rgba: rgb
|
Xft.rgba: rgb
|
||||||
Xft.hintstyle: hintfull
|
Xft.hintstyle: hintfull
|
||||||
Xft.dpi: 144
|
|
||||||
/* !! solarized */
|
/* !! solarized */
|
||||||
/* *.color0: #073642 */
|
/* *.color0: #073642 */
|
||||||
/* *.color1: #dc322f */
|
/* *.color1: #dc322f */
|
||||||
|
|||||||
@@ -6,8 +6,8 @@ killall sxhkd;
|
|||||||
sh .xprofile;
|
sh .xprofile;
|
||||||
xset s 1800;
|
xset s 1800;
|
||||||
|
|
||||||
xrandr --output eDP1 --mode 2560x1440 --pos 0x0 --rotate normal;
|
xrandr --output HDMI1 --mode 1920x1080 --left-of eDP1;
|
||||||
xrandr --output HDMI1 --mode 1920x1080 --pos 2560x0 --scale 1.33x1.33 --rotate normal;
|
xrandr --output eDP1 --mode 1920x1080;
|
||||||
|
|
||||||
$(xss-lock --transfer-sleep-lock -- $HOME/.local/scripts/lock) &
|
$(xss-lock --transfer-sleep-lock -- $HOME/.local/scripts/lock) &
|
||||||
$HOME/.local/scripts/background &
|
$HOME/.local/scripts/background &
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
personal_ws-1.1 en 173
|
personal_ws-1.1 en 174
|
||||||
Architecting
|
Architecting
|
||||||
Aryadev
|
Aryadev
|
||||||
Automorphism
|
Automorphism
|
||||||
@@ -92,6 +92,7 @@ disjunction
|
|||||||
distinguishment
|
distinguishment
|
||||||
else's
|
else's
|
||||||
endian
|
endian
|
||||||
|
enshittification
|
||||||
executables
|
executables
|
||||||
factorisations
|
factorisations
|
||||||
finitude
|
finitude
|
||||||
|
|||||||
@@ -12,8 +12,8 @@
|
|||||||
ui-clear=true
|
ui-clear=true
|
||||||
|
|
||||||
[ui-axismap]
|
[ui-axismap]
|
||||||
x1^dead:4000 = REL_X:550:-1
|
x1^dead:4000 = REL_X:1000:-1
|
||||||
y1^dead:4000 = REL_Y:550:-1
|
y1^dead:4000 = REL_Y:1000:-1
|
||||||
|
|
||||||
# y2^dead:6000^invert = REL_WHEEL:5:100
|
# y2^dead:6000^invert = REL_WHEEL:5:100
|
||||||
# x2^dead:6000 = REL_HWHEEL:5:100
|
# x2^dead:6000 = REL_HWHEEL:5:100
|
||||||
@@ -25,8 +25,8 @@ x2^dead:6000 = rel-repeat:REL_HWHEEL:1:50
|
|||||||
|
|
||||||
[ui-buttonmap]
|
[ui-buttonmap]
|
||||||
a = KEY_SPACE
|
a = KEY_SPACE
|
||||||
b = KEY_PAGEUP
|
b = KEY_ESC
|
||||||
x = KEY_LEFTMETA+KEY_B
|
x = KEY_PAGEDOWN
|
||||||
y = KEY_ENTER
|
y = KEY_ENTER
|
||||||
|
|
||||||
lb = KEY_VOLUMEDOWN
|
lb = KEY_VOLUMEDOWN
|
||||||
|
|||||||
@@ -25,9 +25,6 @@ y = KEY_SLEEP
|
|||||||
lb = KEY_VOLUMEDOWN
|
lb = KEY_VOLUMEDOWN
|
||||||
rb = KEY_VOLUMEUP
|
rb = KEY_VOLUMEUP
|
||||||
|
|
||||||
# lb+lb = KEY_LEFTCTRL+KEY_T
|
|
||||||
# rb+rb = KEY_LEFTCTRL+KEY_LEFTSHIFT+KEY_T
|
|
||||||
|
|
||||||
tl = BTN_MIDDLE
|
tl = BTN_MIDDLE
|
||||||
tr = KEY_I+KEY_M+KEY_ESC
|
tr = KEY_I+KEY_M+KEY_ESC
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user