Updated config, added README and clean script

This commit is contained in:
Alexey 2025-01-21 14:32:14 +03:00
commit 0715f8b16b
6 changed files with 62 additions and 12 deletions

View file

@ -94,7 +94,7 @@ local river_options = {
['border-color-focused'] = '0xeceff4',
['border-color-unfocused'] = '0x81a1c1',
['border-color-urgent'] = '0xbf616a',
['xcursor-theme'] = { 'Bibata-Modern-Ice', 24 },
['xcursor-theme'] = { 'Vimix-cursors', 24 },
['background-color'] = '0x2e3440',
-- Other options
@ -189,12 +189,6 @@ local mappings = {
key = 'Q',
command = 'exit',
},
-- Super+Shift+X to lock the screen
{
mod = { 'Super', 'Shift' },
key = 'X',
command = { 'spawn', 'swaylock' },
},
-- Super+{J,K} to focus next/previous view in the layout stack
{
mod = 'Super',