[add] configs
This commit is contained in:
4
sway/config.d/50-gaps.conf
Normal file
4
sway/config.d/50-gaps.conf
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
for_window [app_id=".*"] border pixel 1
|
||||||
|
gaps inner 10
|
||||||
|
smart_gaps on
|
||||||
|
|
||||||
4
sway/config.d/51-input.conf
Normal file
4
sway/config.d/51-input.conf
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
input "type:touchpad" {
|
||||||
|
tap enabled
|
||||||
|
natural_scroll disabled
|
||||||
|
}
|
||||||
1
sway/config.d/51-xw.conf.old
Normal file
1
sway/config.d/51-xw.conf.old
Normal file
@@ -0,0 +1 @@
|
|||||||
|
xwayland disabl
|
||||||
4
sway/config.d/52-inputs.conf
Normal file
4
sway/config.d/52-inputs.conf
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
#bindsym $mod+w exec firefox
|
||||||
|
bindsym $mod+Shift+x exec swaylock
|
||||||
|
bindsym $mod+n exec thunar
|
||||||
|
#bindsym $mod+Shift+p exec
|
||||||
42
zed/settings.json
Normal file
42
zed/settings.json
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
// Zed settings
|
||||||
|
//
|
||||||
|
// For information on how to configure Zed, see the Zed
|
||||||
|
// documentation: https://zed.dev/docs/configuring-zed
|
||||||
|
//
|
||||||
|
// To see all of Zed's default settings without changing your
|
||||||
|
// custom settings, run `zed: open default settings` from the
|
||||||
|
// command palette (cmd-shift-p / ctrl-shift-p)
|
||||||
|
{
|
||||||
|
"title_bar": {
|
||||||
|
"show_sign_in": false
|
||||||
|
},
|
||||||
|
"collaboration_panel": {
|
||||||
|
"button": false
|
||||||
|
},
|
||||||
|
"icon_theme": "Material Icon Theme",
|
||||||
|
"buffer_font_family": "Monocraft",
|
||||||
|
"minimap": {
|
||||||
|
"show": "auto"
|
||||||
|
},
|
||||||
|
"format_on_save": "off",
|
||||||
|
"buffer_font_features": {
|
||||||
|
"calt": 0
|
||||||
|
},
|
||||||
|
"disable_ai": true,
|
||||||
|
"telemetry": {
|
||||||
|
"diagnostics": false,
|
||||||
|
"metrics": false
|
||||||
|
},
|
||||||
|
"ui_font_size": 16,
|
||||||
|
"buffer_font_size": 16.0,
|
||||||
|
"theme": {
|
||||||
|
"mode": "system",
|
||||||
|
"light": "Ayu Light",
|
||||||
|
"dark": "Min Dark (Solid)"
|
||||||
|
},
|
||||||
|
"languages": {
|
||||||
|
"JavaScript": {
|
||||||
|
"language_servers": ["!tailwindcss-language-server", "..."]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user