Compare commits

...
Sign in to create a new pull request.

1 commit
main ... nvidia

Author SHA1 Message Date
f638a8e89c nvidia 2023-01-12 13:48:20 +01:00
3 changed files with 2 additions and 10 deletions

View file

@ -306,7 +306,7 @@
:monitor 0 :monitor 0
:geometry (geometry :x "0%" :geometry (geometry :x "0%"
:y "1px" :y "1px"
:width "3417px" :width "99%"
:height "20px" :height "20px"
:anchor "top center") :anchor "top center")
:stacking "bottom" :stacking "bottom"

View file

@ -6,17 +6,9 @@ exec-once=dbus-update-activation-environment --all
# #
# #
monitor=DP-3,2560x1440@165,0x0,1
monitor=DP-1,3440x1440@180,2560x0,1
monitor=DP-2,1920x1200@60,6000x0,1
monitor=DP-2,transform,1
monitor=,highrr,auto,1 monitor=,highrr,auto,1
workspace=DP-3,1
workspace=DP-1,2
workspace=DP-2,3
input { input {
kb_file=/home/dashie/.config/keymap.xkb #us with dead_diaeresis on shift + ' to get ä ö ü kb_file=/home/dashie/.config/keymap.xkb #us with dead_diaeresis on shift + ' to get ä ö ü
kb_layout= kb_layout=

View file

@ -1,5 +1,5 @@
find $PWD -maxdepth 1 -mindepth 0 -exec ln -s '{}' $HOME/.config/ \; find $PWD -maxdepth 1 -mindepth 0 -exec ln -s '{}' $HOME/.config/ \;
mv $HOME/.config/.zshrc ../.zshrc mv ../.zshrc $HOME/.config/.zshrc
unlink $HOME/.config/.git unlink $HOME/.config/.git
unlink $HOME/.config/.gitignore unlink $HOME/.config/.gitignore
unlink $HOME/.config/README.md unlink $HOME/.config/README.md