Updated defaults

This commit is contained in:
Rain Clark 2021-09-28 01:16:31 -04:00
parent 5560ceb476
commit c1de0b9430

View File

@ -69,8 +69,8 @@ keys = [
Key([mod], "v", lazy.spawn('pavucontrol')), Key([mod], "v", lazy.spawn('pavucontrol')),
Key([mod], "d", lazy.spawn('nwggrid -p -o 0.4')), Key([mod], "d", lazy.spawn('nwggrid -p -o 0.4')),
Key([mod], "Escape", lazy.spawn('xkill')), Key([mod], "Escape", lazy.spawn('xkill')),
Key([mod], "Return", lazy.spawn('alacritty')), Key([mod], "Return", lazy.spawn('kitty')),
Key([mod], "KP_Enter", lazy.spawn('alacritty')), Key([mod], "KP_Enter", lazy.spawn('kitty')),
Key([mod], "x", lazy.shutdown()), Key([mod], "x", lazy.shutdown()),
# SUPER + SHIFT KEYS # SUPER + SHIFT KEYS
@ -93,7 +93,7 @@ keys = [
Key(["mod1"], "p", lazy.spawn('pamac-manager')), Key(["mod1"], "p", lazy.spawn('pamac-manager')),
Key(["mod1"], "f", lazy.spawn('firedragon')), Key(["mod1"], "f", lazy.spawn('waterfox-g3')),
Key(["mod1"], "m", lazy.spawn('pcmanfm')), Key(["mod1"], "m", lazy.spawn('pcmanfm')),
Key(["mod1"], "w", lazy.spawn('garuda-welcome')), Key(["mod1"], "w", lazy.spawn('garuda-welcome')),
@ -236,8 +236,8 @@ group_names = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "0",]
# FOR AZERTY KEYBOARDS # FOR AZERTY KEYBOARDS
#group_names = ["ampersand", "eacute", "quotedbl", "apostrophe", "parenleft", "section", "egrave", "exclam", "ccedilla", "agrave",] #group_names = ["ampersand", "eacute", "quotedbl", "apostrophe", "parenleft", "section", "egrave", "exclam", "ccedilla", "agrave",]
group_labels = ["1 ", "2 ", "3 ", "4 ", "5 ", "6 ", "7 ", "8 ", "9 ", "0",] #group_labels = ["1 ", "2 ", "3 ", "4 ", "5 ", "6 ", "7 ", "8 ", "9 ", "0",]
#group_labels = ["", "", "", "", "", "", "", "", "", "",] group_labels = ["", "", "", "", "", "", "", "", "", "",]
#group_labels = ["", "", "", "", "",] #group_labels = ["", "", "", "", "",]
#group_labels = ["Web", "Edit/chat", "Image", "Gimp", "Meld", "Video", "Vb", "Files", "Mail", "Music",] #group_labels = ["Web", "Edit/chat", "Image", "Gimp", "Meld", "Video", "Vb", "Files", "Mail", "Music",]