mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-12-26 14:12:23 +00:00
Compare commits
No commits in common. "abfe5b5b1175132845b8050b22f84a69a8eb70fc" and "238da9413e51a01980b39fbacdafd421b3afd30d" have entirely different histories.
abfe5b5b11
...
238da9413e
4 changed files with 6 additions and 14 deletions
|
@ -78,9 +78,7 @@
|
|||
(box :orientation "v"
|
||||
:valign "fill"
|
||||
:vexpand true
|
||||
(button :onclick "rofi -show rofi-sound -modi 'rofi-sound:rofi-sound-output-chooser' &"
|
||||
:onrightclick "./audio.sh toggle"
|
||||
|
||||
(button :onclick "./audio.sh toggle"
|
||||
(label :text audio_sink))
|
||||
(button :onclick "pavucontrol &"
|
||||
"${volume}%")))))
|
||||
|
|
|
@ -257,7 +257,7 @@
|
|||
(tset result :contents new-contents)
|
||||
(previous-handler a result b c)))))))
|
||||
|
||||
[(utils.plugin :williamboman/mason.nvim {:config #((. (require :mason) :setup))})
|
||||
[(utils.plugin :williamboman/mason.nvim {:config true})
|
||||
(utils.plugin :williamboman/mason-lspconfig.nvim {:config {:ensure_installed ["rust_analyzer"]}})
|
||||
(utils.plugin :neovim/nvim-lspconfig {:event "VeryLazy" :lazy true :config setup})]
|
||||
; vim:foldmarker=<<<<<,>>>>>
|
||||
|
|
|
@ -160,7 +160,4 @@ local function setup()
|
|||
vim.lsp.handlers["textDocument/hover"] = _16_
|
||||
return nil
|
||||
end
|
||||
local function _18_()
|
||||
return (require("mason")).setup()
|
||||
end
|
||||
return {utils.plugin("williamboman/mason.nvim", {config = _18_}), utils.plugin("williamboman/mason-lspconfig.nvim", {config = {ensure_installed = {"rust_analyzer"}}}), utils.plugin("neovim/nvim-lspconfig", {event = "VeryLazy", lazy = true, config = setup})}
|
||||
return {utils.plugin("neovim/nvim-lspconfig", {event = "VeryLazy", lazy = true, config = setup})}
|
||||
|
|
|
@ -27,8 +27,7 @@ exec mkfifo $WOBSOCK && tail -f $WOBSOCK | wob
|
|||
exec_always import-gsettings
|
||||
|
||||
|
||||
output * bg /home/elk/Pictures/wallpapers/lamps_window_large.jpeg fill
|
||||
#output * bg /usr/share/backgrounds/default-dark.png fill
|
||||
output * bg /usr/share/backgrounds/default-dark.png fill
|
||||
|
||||
output HDMI-A-1 {
|
||||
resolution 2560x1440@99.982Hz
|
||||
|
@ -84,8 +83,8 @@ input "1133:50503:Logitech_USB_Receiver" {
|
|||
tap enabled
|
||||
natural_scroll disabled
|
||||
dwt enabled
|
||||
accel_profile "adaptive"
|
||||
pointer_accel -0.7
|
||||
accel_profile "flat"
|
||||
pointer_accel -0.2
|
||||
}
|
||||
|
||||
|
||||
|
@ -97,8 +96,6 @@ input "1133:50503:Logitech_USB_Receiver" {
|
|||
|
||||
bindsym $mod+Shift+p exec rofi -show drun -theme sidebar
|
||||
|
||||
bindsym Ctrl+Shift+space exec 1password --quick-access
|
||||
|
||||
# Move your focus around
|
||||
bindsym $mod+$left focus left
|
||||
bindsym $mod+$down focus down
|
||||
|
|
Loading…
Reference in a new issue