Compare commits

..

2 Commits

Author SHA1 Message Date
5aed9d6f68 Add printclip
This is for when an application doesn't support pasting from the clip
baord. Thus, this just types your clipboard
2023-11-17 20:29:31 -07:00
edf0a89c7b config changes 2023-11-17 20:29:20 -07:00
3 changed files with 29 additions and 0 deletions

View File

@ -2,4 +2,24 @@
"java.import.gradle.java.home": "/usr/lib/jvm/java-17-openjdk",
"java.jdt.ls.java.home": "/usr/lib/jvm/java-17-openjdk",
"semanticTokens.enable": true,
"inlayHint.enable": true,
"inlayHint.display": true,
"inlayHint.enableParameter": true,
"languageserver": {
"ccls": {
"command": "ccls",
"filetypes": ["c", "cpp", "cuda", "objc", "objcpp"],
"rootPatterns": [".ccls-root", "compile_commands.json"],
"initializationOptions": {
"cache": {
"directory": ".ccls-cache"
},
"client": {
"snippetSupport": true
}
}
}
}
}

8
.local/bin/printclip Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
for (( i=1; i<4; i++ )); do
echo $i
sleep 1
done
echo "Go!"
xdotool type $(xclip -o)

View File

@ -39,6 +39,7 @@ xcompmgr -n &
xrandr --output HDMI-1 --mode 1920x1080 --rate 60 --brightness 0.8 --left-of DP-3
xrandr --output DP-3 --mode 1920x1080 --rate 165 --brightness 0.8 --primary
otd-daemon & disown
start-pipewire &
dbus-launch --exit-with-session awesome