Compare commits

...

13 Commits

3 changed files with 27 additions and 4 deletions

View File

@ -178,10 +178,10 @@ in
swapDevices = [ { device = "/swap/swapfile"; } ]; swapDevices = [ { device = "/swap/swapfile"; } ];
# Enable automatic package upgrades # Enable automatic package upgrades
system.autoUpgrade = { #system.autoUpgrade = {
enable = true; # enable = true;
channel = "https://nixos.org/channels/nixos-unstable"; # channel = "https://nixos.org/channels/nixos-unstable";
}; #};
# Enable automatic garbage collection # Enable automatic garbage collection
nix = { nix = {

View File

@ -119,12 +119,33 @@ bind = CTRL_ALT, RETURN, exec, kitty # terminal
bind = CTRL_ALT, A, exec, wofi --show drun # app launcher bind = CTRL_ALT, A, exec, wofi --show drun # app launcher
bind = CTRL_ALT, f, exec, firefox # browser bind = CTRL_ALT, f, exec, firefox # browser
bind = CTRL_ALT, e, exec, emacs # editor bind = CTRL_ALT, e, exec, emacs # editor
bind = CTRL_ALT, t, exec, thunar # file manager
bind = $mod, Q, killactive, # close window bind = $mod, Q, killactive, # close window
# logout # logout
bind = ALT_$mod, L, exit, bind = ALT_$mod, L, exit,
# bind power management submap
bind = $mod, x, submap, | (S)hutdown, (R)eboot, (E)xit |
# power management submap
submap = | (S)hutdown, (R)eboot, (E)xit |
# logout
bind = , e, exit,
# lock
# TODO
# poweroff
bind = , s, exec, systemctl poweroff
# reboot
bind = , r, exec, systemctl reboot
# use reset to go back to the global submap
bind=,escape,submap,reset
# will reset the submap, meaning end the current one and return to the global one
submap=reset
#bind = $mod, Q, exec, kitty #bind = $mod, Q, exec, kitty
#bind = $mod, C, killactive, #bind = $mod, C, killactive,
#bind = $mod, M, exit, #bind = $mod, M, exit,

View File

@ -2,6 +2,8 @@
/* `otf-font-awesome` is required to be installed for icons */ /* `otf-font-awesome` is required to be installed for icons */
font-family: FontAwesome, Fira Sans, sans-serif; font-family: FontAwesome, Fira Sans, sans-serif;
font-size: 12px; font-size: 12px;
padding-left: 5px;
padding-right: 5px;
} }
window#waybar { window#waybar {