Updated config, added README and clean script
This commit is contained in:
parent
52f0f8d1ad
commit
0715f8b16b
6 changed files with 62 additions and 12 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue