diff --git a/qtile/.config/qtile/config.py b/qtile/.config/qtile/config.py index e6380c5..782a23a 100644 --- a/qtile/.config/qtile/config.py +++ b/qtile/.config/qtile/config.py @@ -73,7 +73,7 @@ keys = [ Key([mod],"t", lazy.spawn(term), desc="Launch terminal"), Key([mod],"f", lazy.spawn("firefox"),desc="Launch firefox"), Key([mod],"e", lazy.spawn("pcmanfm"),desc="Launch pcmanfm"), - Key([mod],"v", lazy.spawn("code"),desc="Launch visual studio code"), + Key([mod],"c", lazy.spawn("code"),desc="Launch visual studio code"), Key([mod, "shift"],"s", lazy.spawn('gscreenshot -s -o -f /tmp/screenshots'),desc="take a screenshot"), # Toggle between different layouts as defined below @@ -87,7 +87,6 @@ keys = [ #rofi Key([mod],'Return',lazy.spawn("rofi -show drun -show-icons -modi drun,calc,ssh"),desc="launch rofi (drun)"), Key([mod],'p',lazy.spawn("bwmenu --auto-lock -1"),desc="launch bwmenu"), - Key([mod],'c',lazy.spawn("rofi -show calc -show-icons -modi drun,calc,ssh"),desc="launch rofi (calc)"), # audio hotkeys Key([], 'XF86AudioRaiseVolume', lazy.spawn('pulseaudio-ctl up 1'), desc="increase speaker volume"),