add screenshot M-s on xmonad
This commit is contained in:
parent
06dbc718d5
commit
ad37645479
3 changed files with 10 additions and 3 deletions
|
@ -8,8 +8,8 @@
|
|||
# rebecca has lavener bkg
|
||||
# tube has dark gray bkg
|
||||
# silk-light is light theme
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/silk-light.yaml";
|
||||
polarity = "light";
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/tube.yaml";
|
||||
polarity = "dark";
|
||||
image = ./stylix/nix-wallpaper-gear.png;
|
||||
fonts = {
|
||||
serif = config.stylix.fonts.monospace;
|
||||
|
|
|
@ -8,4 +8,6 @@ main = xmonad $ def
|
|||
modMask = mod4Mask -- map to <Super>
|
||||
}
|
||||
`additionalKeysP`
|
||||
[ ("M-q" , spawn "qutebrowser" ) ]
|
||||
[ ("M-q" , spawn "qutebrowser" )
|
||||
, ("M-s", spawn "flameshot gui" )
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue