Compare commits

..

No commits in common. "8233fa8ec6971e829076a5216a48881339d48ce4" and "96374f2fc9d293d38235312a57c8fc3ef2cb2d07" have entirely different histories.

3 changed files with 4 additions and 27 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,33 +119,12 @@ 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,8 +2,6 @@
/* `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 {