From c1de0b9430f17e105c8ad710c1e15198a24cf396 Mon Sep 17 00:00:00 2001 From: Melon Bread Date: Tue, 28 Sep 2021 01:16:31 -0400 Subject: [PATCH] Updated defaults --- .config/qtile/config.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 989f2a3..e95e544 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -69,8 +69,8 @@ keys = [ Key([mod], "v", lazy.spawn('pavucontrol')), Key([mod], "d", lazy.spawn('nwggrid -p -o 0.4')), Key([mod], "Escape", lazy.spawn('xkill')), - Key([mod], "Return", lazy.spawn('alacritty')), - Key([mod], "KP_Enter", lazy.spawn('alacritty')), + Key([mod], "Return", lazy.spawn('kitty')), + Key([mod], "KP_Enter", lazy.spawn('kitty')), Key([mod], "x", lazy.shutdown()), # SUPER + SHIFT KEYS @@ -93,7 +93,7 @@ keys = [ 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"], "w", lazy.spawn('garuda-welcome')), @@ -236,8 +236,8 @@ group_names = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "0",] # FOR AZERTY KEYBOARDS #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 = ["", "", "", "", "", "", "", "", "", "",] +#group_labels = ["1 ", "2 ", "3 ", "4 ", "5 ", "6 ", "7 ", "8 ", "9 ", "0",] +group_labels = ["", "", "", "", "", "", "", "", "", "",] #group_labels = ["", "", "", "", "",] #group_labels = ["Web", "Edit/chat", "Image", "Gimp", "Meld", "Video", "Vb", "Files", "Mail", "Music",]