Compare commits
2 commits
2f01885447
...
78555ac182
Author | SHA1 | Date | |
---|---|---|---|
78555ac182 | |||
4a9e83424f |
3 changed files with 8 additions and 1 deletions
4
.config/fuzzel/fuzzel.ini
Normal file
4
.config/fuzzel/fuzzel.ini
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
[main]
|
||||||
|
icons-enables = yes
|
||||||
|
show-actions = yes
|
||||||
|
terminal = $TERMINAL -e
|
|
@ -75,7 +75,7 @@ binds {
|
||||||
Mod+Escape { spawn "wlogout"; }
|
Mod+Escape { spawn "wlogout"; }
|
||||||
|
|
||||||
Mod+Return { spawn "ghostty"; }
|
Mod+Return { spawn "ghostty"; }
|
||||||
Mod+Shift+Return { spawn "wofi"; }
|
Mod+Shift+Return { spawn "fuzzel"; }
|
||||||
|
|
||||||
XF86AudioRaiseVolume { spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "1+";}
|
XF86AudioRaiseVolume { spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "1+";}
|
||||||
XF86AudioLowerVolume { spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "1-";}
|
XF86AudioLowerVolume { spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "1-";}
|
||||||
|
|
|
@ -4,6 +4,9 @@ vim.opt.relativenumber = false
|
||||||
|
|
||||||
-- Tab
|
-- Tab
|
||||||
|
|
||||||
|
-- Clipboard
|
||||||
|
vim.opt.clipboard = "unnamedplus"
|
||||||
|
|
||||||
-- Colors
|
-- Colors
|
||||||
vim.opt.termguicolors = true
|
vim.opt.termguicolors = true
|
||||||
vim.cmd.colorscheme("sonokai")
|
vim.cmd.colorscheme("sonokai")
|
||||||
|
|
Loading…
Reference in a new issue