kekl
This commit is contained in:
@ -1,20 +0,0 @@
|
|||||||
{
|
|
||||||
config,
|
|
||||||
pkgs,
|
|
||||||
nixvim,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
{
|
|
||||||
programs.nixvim = {
|
|
||||||
plugins = {
|
|
||||||
lualine = {
|
|
||||||
enable = false;
|
|
||||||
settings = {
|
|
||||||
options = {
|
|
||||||
theme = "horizon";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
@ -30,7 +30,7 @@
|
|||||||
vim.opt.expandtab = true
|
vim.opt.expandtab = true
|
||||||
vim.opt.autoindent = true
|
vim.opt.autoindent = true
|
||||||
vim.opt.smartindent = true
|
vim.opt.smartindent = true
|
||||||
vim.opt.number = true
|
vim.opt.relativenumber = true
|
||||||
vim.diagnostic.config({
|
vim.diagnostic.config({
|
||||||
virtual_text = true,
|
virtual_text = true,
|
||||||
virtual_lines = true,
|
virtual_lines = true,
|
||||||
@ -38,6 +38,7 @@
|
|||||||
|
|
||||||
vim.cmd [[
|
vim.cmd [[
|
||||||
hi VertSplit guibg=NONE guifg=#000000
|
hi VertSplit guibg=NONE guifg=#000000
|
||||||
|
set laststatus=0 ruler
|
||||||
set notermguicolors
|
set notermguicolors
|
||||||
cnoreabbrev W! w!
|
cnoreabbrev W! w!
|
||||||
cnoreabbrev Q! q!
|
cnoreabbrev Q! q!
|
||||||
|
@ -81,8 +81,8 @@
|
|||||||
"${modifier}+Shift+9" = "move container to workspace number 9";
|
"${modifier}+Shift+9" = "move container to workspace number 9";
|
||||||
|
|
||||||
# Audio
|
# Audio
|
||||||
"XF86AudioRaiseVolume" = "exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 10%+";
|
"XF86AudioRaiseVolume" = "exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+";
|
||||||
"XF86AudioLowerVolume" = "exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 10%-";
|
"XF86AudioLowerVolume" = "exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-";
|
||||||
"XF86AudioMute" = "exec set-volume toggle-mute";
|
"XF86AudioMute" = "exec set-volume toggle-mute";
|
||||||
"XF86AudioStop" = "exec ${pkgs.playerctl}/bin/playerctl stop";
|
"XF86AudioStop" = "exec ${pkgs.playerctl}/bin/playerctl stop";
|
||||||
"XF86AudioPrev" = "exec ${pkgs.playerctl}/bin/playerctl previous";
|
"XF86AudioPrev" = "exec ${pkgs.playerctl}/bin/playerctl previous";
|
||||||
@ -100,6 +100,7 @@
|
|||||||
blur_radius 7
|
blur_radius 7
|
||||||
blur_passes 4
|
blur_passes 4
|
||||||
default_dim_inactive 0.1
|
default_dim_inactive 0.1
|
||||||
|
|
||||||
for_window [app_id="Alacritty"] blur enable
|
for_window [app_id="Alacritty"] blur enable
|
||||||
for_window [app_id="alacritty"] blur enable
|
for_window [app_id="alacritty"] blur enable
|
||||||
|
|
||||||
@ -112,6 +113,7 @@
|
|||||||
for_window [app_id="code"] blur enable
|
for_window [app_id="code"] blur enable
|
||||||
|
|
||||||
for_window [app_id="rofi"] blur enable
|
for_window [app_id="rofi"] blur enable
|
||||||
|
|
||||||
default_border pixel 0px
|
default_border pixel 0px
|
||||||
default_floating_border none
|
default_floating_border none
|
||||||
titlebar_border_thickness 0
|
titlebar_border_thickness 0
|
||||||
|
Reference in New Issue
Block a user