diff options
author | Marc Coquand <marc@mccd.space> | 2024-07-01 21:27:23 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-07-12 12:58:07 -0500 |
commit | 9053e1033e69f71389cc24196c6c588f8c35a683 (patch) | |
tree | db85daee634c71df149b5a6b5c37f95753b652fa /xsession | |
parent | 0a20357d4585da91d92252972f3eb7b715ff64ab (diff) | |
download | bsd-9053e1033e69f71389cc24196c6c588f8c35a683.tar.gz bsd-9053e1033e69f71389cc24196c6c588f8c35a683.tar.bz2 bsd-9053e1033e69f71389cc24196c6c588f8c35a683.zip |
vimrc
Diffstat (limited to '')
-rwxr-xr-x | xsession | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1,14 +1,14 @@ -. ~/.profile +. /home/mccd/.profile xrdb -load ~/.Xresources & -xsetroot -solid '#484C54' & -#xclock -digital -geometry +2250+1400 -face "Ttyp0:pixelsize=24:antialias=false:autohint=false" & +xsetroot -solid '#EEEEEE' & +xclock -digital -geometry +7+1400 -face "Iosevka Aile:pixelsize=18:style=Semibold Italic" -bg \#EEEEEE -fg \#444444 -strftime "%a %d %b %H:%M [Unix Machine]" & gsettings set org.gnome.desktop.interface document-font-name 'Iosevka Aile' & gsettings set org.gnome.desktop.interface font-name 'Iosevka Aile' & gsettings set org.gnome.desktop.interface cursor-size 32 & gsettings set org.gnome.desktop.interface cursor-theme Adwaita & -ulimit -Sc 0 & -xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation" 1 & -xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation Button" 2 & -xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation Axes" 6 7 4 5 & -setxkbmap -layout us -variant colemak -option "caps:capslock" & +#xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation" 1 & +#xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation Button" 2 & +#xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation Axes" 6 7 4 5 & +xinput set-prop 6 271 0.3 & #Speed up cursor +setxkbmap -layout us -variant colemak & # -option "caps:capslock" & dbus-run-session cwm |