Compare commits

..

No commits in common. "78555ac182becc0309acd31db5c05c910e07beea" and "2f018854472c3c9700fc826399bf38f084d0b80f" have entirely different histories.

3 changed files with 1 additions and 8 deletions

View file

@ -1,4 +0,0 @@
[main]
icons-enables = yes
show-actions = yes
terminal = $TERMINAL -e

View file

@ -75,7 +75,7 @@ binds {
Mod+Escape { spawn "wlogout"; }
Mod+Return { spawn "ghostty"; }
Mod+Shift+Return { spawn "fuzzel"; }
Mod+Shift+Return { spawn "wofi"; }
XF86AudioRaiseVolume { spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "1+";}
XF86AudioLowerVolume { spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "1-";}

View file

@ -4,9 +4,6 @@ vim.opt.relativenumber = false
-- Tab
-- Clipboard
vim.opt.clipboard = "unnamedplus"
-- Colors
vim.opt.termguicolors = true
vim.cmd.colorscheme("sonokai")