yes?
This commit is contained in:
commit
55c076d7fe
4 changed files with 83 additions and 29 deletions
|
@ -4,7 +4,7 @@
|
|||
config = rec {
|
||||
terminal = "kitty";
|
||||
modifier = "Mod4";
|
||||
menu = "rofi -show drun";
|
||||
menu = "rofi -show combi";
|
||||
bars = [
|
||||
{
|
||||
command = "waybar";
|
||||
|
@ -62,9 +62,20 @@
|
|||
];
|
||||
};
|
||||
xwayland = true;
|
||||
#extraConfigs = {
|
||||
# keybindings = "bindsym XF86MonBrightnessDown exec brightnessctl -d amdgpu_bl2 set 10%- \n
|
||||
# bindsym XF86MonBrightnessUp exec brightnessctl -d amdgpu_bl2 set 10%+";
|
||||
#};
|
||||
extraConfig = ''
|
||||
bindsym XF86AudioRaiseVolume exec pamixer -i 5
|
||||
bindsym XF86AudioLowerVolume exec pamixer -d 5
|
||||
bindsym XF86AudioMute exec pamixer -t
|
||||
bindsym XF86MonBrightnessUp exec brightnessctl s 5%+
|
||||
bindsym XF86MonBrightnessDown exec brightnessctl s 5%-
|
||||
bindsym XF86AudioMicMute exec spotify
|
||||
input "type:touchpad" {
|
||||
natural_scroll enabled
|
||||
tap enabled # enables click-on-tap
|
||||
tap_button_map lrm # tap with 1 finger = left click, 2 fingers = right click, 3 fingers = middle click
|
||||
dwt enabled # disable (touchpad) while typing
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -22,6 +22,16 @@
|
|||
home.packages = with pkgs; [
|
||||
# here is some command line tools I use frequently
|
||||
# feel free to add your own or remove some of them
|
||||
xdg-desktop-portal-gtk
|
||||
pavucontrol
|
||||
ryujinx
|
||||
unzip
|
||||
sixpair
|
||||
kdePackages.kio-fuse
|
||||
kdePackages.kio-extras
|
||||
kdePackages.qtsvg
|
||||
kdePackages.qtwayland
|
||||
yubikey-personalization
|
||||
typst-live
|
||||
typst
|
||||
tmux
|
||||
|
@ -33,6 +43,7 @@
|
|||
wineWowPackages.waylandFull
|
||||
wget
|
||||
vscode
|
||||
melonDS
|
||||
gparted
|
||||
gnumake
|
||||
chromium
|
||||
|
@ -48,6 +59,12 @@
|
|||
nwg-displays
|
||||
dolphin
|
||||
xfce.thunar
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
tailwindcss
|
||||
|
||||
nodejs_22
|
||||
>>>>>>> refs/remotes/origin/main
|
||||
clang
|
||||
macchanger
|
||||
ani-cli
|
||||
|
@ -56,6 +73,7 @@
|
|||
tinymist
|
||||
|
||||
steam
|
||||
blueman
|
||||
|
||||
notion-app-enhanced
|
||||
# archives
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue