mirror of
https://github.com/SeriousBug/dotfiles
synced 2024-12-04 18:30:37 -06:00
Compare commits
2 commits
8321056a27
...
a5bd92397b
Author | SHA1 | Date | |
---|---|---|---|
Kaan Barmore-Genç | a5bd92397b | ||
Kaan Barmore-Genç | 93195c8040 |
|
@ -2,7 +2,7 @@
|
|||
Name=Visual Studio Code
|
||||
Comment=Code Editing. Refined.
|
||||
GenericName=Text Editor
|
||||
Exec=/usr/bin/code --unity-launch --enable-features=UseOzonePlatform --ozone-platform=wayland %F
|
||||
Exec=env SSH_AUTH_SOCK=/run/user/1000/keyring/ssh DOCKER_HOST=unix:///run/user/1000/docker.sock /usr/bin/code --unity-launch --enable-features=UseOzonePlatform --ozone-platform=wayland --password-store=kwallet5 %F
|
||||
Icon=visual-studio-code
|
||||
Type=Application
|
||||
StartupNotify=false
|
||||
|
|
|
@ -30,7 +30,7 @@ output eDP-1 {
|
|||
bg $HOME/.config/sway/middle.avif fill
|
||||
scale 1.5
|
||||
}
|
||||
output DP-1 {
|
||||
output HDMI-A-1 {
|
||||
resolution 2560x1440@74.971Hz
|
||||
position 0,0
|
||||
bg $HOME/.config/sway/left.avif fill
|
||||
|
@ -41,7 +41,7 @@ output DP-2 {
|
|||
adaptive_sync on
|
||||
bg $HOME/.config/sway/middle.avif fill
|
||||
}
|
||||
output DP-3 {
|
||||
output DP-1 {
|
||||
resolution 2560x1440@144.006Hz
|
||||
position 5120,0
|
||||
adaptive_sync on
|
||||
|
@ -118,6 +118,7 @@ exec nm-applet --indicator
|
|||
|
||||
input * xkb_numlock enable
|
||||
input * accel_profile flat
|
||||
input * natural_scroll disabled
|
||||
input "5426:136:Razer_Razer_Basilisk_Ultimate_Dongle" {
|
||||
accel_profile flat
|
||||
pointer_accel -0.8
|
||||
|
|
Loading…
Reference in a new issue