Sway config improvements
parent
2387cdd3b7
commit
3431a96edb
|
@ -30,11 +30,11 @@ local configuration_overrides = {
|
||||||
settings = {
|
settings = {
|
||||||
["rust-analyzer"] = {
|
["rust-analyzer"] = {
|
||||||
checkOnSave = {
|
checkOnSave = {
|
||||||
command = "clippy"
|
command = "clippy",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
-- Lsp default language servers
|
-- Lsp default language servers
|
||||||
|
|
|
@ -5,4 +5,6 @@ require("java_plugin_host").setup({
|
||||||
load_class = true,
|
load_class = true,
|
||||||
compile_java = true,
|
compile_java = true,
|
||||||
},
|
},
|
||||||
|
common_host = {},
|
||||||
|
log_level = "trace",
|
||||||
})
|
})
|
||||||
|
|
|
@ -2,4 +2,4 @@ input type:pointer {
|
||||||
accel_profile flat
|
accel_profile flat
|
||||||
}
|
}
|
||||||
|
|
||||||
focus_follows_mouse no
|
focus_follows_mouse yes
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Mako control key bindings
|
# Mako control key bindings
|
||||||
bindsym --release control+space exec swaync-client --hide-latest
|
bindsym --release control+space exec swaync-client --close-latest
|
||||||
bindsym --release control+space+period exec swaync-client --close-all
|
bindsym --release control+space+period exec swaync-client --close-all
|
||||||
bindsym --release control+space+o exec swaync-client --open-panel
|
bindsym --release control+space+o exec swaync-client --open-panel
|
||||||
bindsym --release $mod+v exec swaync-client -t -sw
|
bindsym --release $mod+v exec swaync-client -t -sw
|
||||||
|
|
|
@ -20,6 +20,7 @@ for_window [window_type="menu"] floating enable
|
||||||
for_window [window_role="About"] floating enable
|
for_window [window_role="About"] floating enable
|
||||||
for_window [app_id="ulauncher"] border none
|
for_window [app_id="ulauncher"] border none
|
||||||
for_window [app_id="wofi"] border none
|
for_window [app_id="wofi"] border none
|
||||||
|
for_window [title="Firefox — Sharing Indicator"] floating enable
|
||||||
|
|
||||||
include ~/.config/sway/conf.d/*
|
include ~/.config/sway/conf.d/*
|
||||||
include /etc/sway/config.d/*
|
include /etc/sway/config.d/*
|
||||||
|
|
Binary file not shown.
|
@ -1 +1,9 @@
|
||||||
{}
|
{
|
||||||
|
"com.github.noam09.ulauncher-gnome-control-center": {
|
||||||
|
"id": "com.github.noam09.ulauncher-gnome-control-center",
|
||||||
|
"url": "https://github.com/noam09/ulauncher-gnome-control-center",
|
||||||
|
"updated_at": "2022-09-23T19:46:03.337195",
|
||||||
|
"last_commit": "ff8b0875ed5d78dcc1db5f638b201a460cc6d7f7",
|
||||||
|
"last_commit_time": "2020-10-06T08:36:54"
|
||||||
|
}
|
||||||
|
}
|
|
@ -18,5 +18,15 @@
|
||||||
"is_default_search": true,
|
"is_default_search": true,
|
||||||
"run_without_argument": false,
|
"run_without_argument": false,
|
||||||
"added": 1615309537.0841668
|
"added": 1615309537.0841668
|
||||||
|
},
|
||||||
|
"1233e5bc-f344-490e-9ec1-1a5af64b3300": {
|
||||||
|
"id": "1233e5bc-f344-490e-9ec1-1a5af64b3300",
|
||||||
|
"name": "DuckDuckGo",
|
||||||
|
"keyword": "ddg",
|
||||||
|
"cmd": "xdg-open \"https://duckduckgo.com/?q=$@\"",
|
||||||
|
"icon": null,
|
||||||
|
"is_default_search": true,
|
||||||
|
"run_without_argument": false,
|
||||||
|
"added": 1664262631.76421
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -77,7 +77,8 @@
|
||||||
"clock#date": {
|
"clock#date": {
|
||||||
"interval": 10,
|
"interval": 10,
|
||||||
"format": " {:%e %b %Y}", // Icon: calendar-alt
|
"format": " {:%e %b %Y}", // Icon: calendar-alt
|
||||||
"tooltip-format": "{:%e %B %Y}"
|
"tooltip-format": "{:%e %B %Y}",
|
||||||
|
"on-click": "notify-send \"$(khal list -f '{title}')\""
|
||||||
},
|
},
|
||||||
|
|
||||||
"cpu": {
|
"cpu": {
|
||||||
|
|
|
@ -2,6 +2,7 @@ direnv 2.32.1
|
||||||
nodejs 18.1.0
|
nodejs 18.1.0
|
||||||
python system
|
python system
|
||||||
ruby 3.0.0
|
ruby 3.0.0
|
||||||
neovim 0.7.2
|
neovim 0.8.0
|
||||||
java openjdk-17.0.2
|
java openjdk-17.0.2
|
||||||
rust 1.60.0
|
rust 1.64.0
|
||||||
|
golang 1.19.1
|
||||||
|
|
Loading…
Reference in New Issue