minor hotkey changes
This commit is contained in:
@@ -73,7 +73,7 @@ keys = [
|
|||||||
Key([mod],"t", lazy.spawn(term), desc="Launch terminal"),
|
Key([mod],"t", lazy.spawn(term), desc="Launch terminal"),
|
||||||
Key([mod],"f", lazy.spawn("firefox"),desc="Launch firefox"),
|
Key([mod],"f", lazy.spawn("firefox"),desc="Launch firefox"),
|
||||||
Key([mod],"e", lazy.spawn("pcmanfm"),desc="Launch pcmanfm"),
|
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"),
|
Key([mod, "shift"],"s", lazy.spawn('gscreenshot -s -o -f /tmp/screenshots'),desc="take a screenshot"),
|
||||||
|
|
||||||
# Toggle between different layouts as defined below
|
# Toggle between different layouts as defined below
|
||||||
@@ -87,7 +87,6 @@ keys = [
|
|||||||
#rofi
|
#rofi
|
||||||
Key([mod],'Return',lazy.spawn("rofi -show drun -show-icons -modi drun,calc,ssh"),desc="launch rofi (drun)"),
|
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],'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
|
# audio hotkeys
|
||||||
Key([], 'XF86AudioRaiseVolume', lazy.spawn('pulseaudio-ctl up 1'), desc="increase speaker volume"),
|
Key([], 'XF86AudioRaiseVolume', lazy.spawn('pulseaudio-ctl up 1'), desc="increase speaker volume"),
|
||||||
|
|||||||
Reference in New Issue
Block a user