Compare commits
13 Commits
96374f2fc9
...
8233fa8ec6
Author | SHA1 | Date | |
---|---|---|---|
8233fa8ec6 | |||
002207a261 | |||
c7e090ada5 | |||
d0cb5bee10 | |||
6de014e7ed | |||
c2bdc737ee | |||
546b572ac3 | |||
6853866c0f | |||
b385b6502e | |||
ba719bd7e4 | |||
caba096cd4 | |||
0ead99b55c | |||
c5110e2c70 |
@ -178,10 +178,10 @@ in
|
||||
swapDevices = [ { device = "/swap/swapfile"; } ];
|
||||
|
||||
# Enable automatic package upgrades
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
channel = "https://nixos.org/channels/nixos-unstable";
|
||||
};
|
||||
#system.autoUpgrade = {
|
||||
# enable = true;
|
||||
# channel = "https://nixos.org/channels/nixos-unstable";
|
||||
#};
|
||||
|
||||
# Enable automatic garbage collection
|
||||
nix = {
|
||||
|
@ -119,12 +119,33 @@ bind = CTRL_ALT, RETURN, exec, kitty # terminal
|
||||
bind = CTRL_ALT, A, exec, wofi --show drun # app launcher
|
||||
bind = CTRL_ALT, f, exec, firefox # browser
|
||||
bind = CTRL_ALT, e, exec, emacs # editor
|
||||
bind = CTRL_ALT, t, exec, thunar # file manager
|
||||
|
||||
bind = $mod, Q, killactive, # close window
|
||||
|
||||
# logout
|
||||
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, C, killactive,
|
||||
#bind = $mod, M, exit,
|
||||
|
@ -2,6 +2,8 @@
|
||||
/* `otf-font-awesome` is required to be installed for icons */
|
||||
font-family: FontAwesome, Fira Sans, sans-serif;
|
||||
font-size: 12px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
|
Reference in New Issue
Block a user