This commit is contained in:
2024-02-27 13:55:59 -07:00
parent 8bef0233ba
commit 33df980fa6
36 changed files with 586 additions and 241 deletions

View File

@@ -5,6 +5,7 @@
../qutesearch/home.nix
../tint2/home.nix
../rofi/home.nix
../clipboard/home.nix
];
config = {
@@ -23,10 +24,14 @@
xdg.portal = {
enable = true;
extraPortals = [
pkgs.xdg-desktop-portal-kde
pkgs.xdg-desktop-portal-gtk
# pkgs.xdg-desktop-portal-kde
];
configPackages = [
pkgs.xdg-desktop-portal-kde
pkgs.xdg-desktop-portal-gtk
# pkgs.xdg-desktop-portal-kde
];
};
@@ -59,7 +64,7 @@
bspc monitor -d I II III IV V
'';
settings = {
settings = with config.custom.colors; {
border_width = 1;
window_gap = 4;
split_ratio = 0.52;
@@ -70,6 +75,11 @@
focus_follows_pointer = true;
pointer_follows_focus = true;
presel_feedback_color = lib.mkDefault base00;
normal_border_color = base01;
active_border_color = base04;
focused_border_color = base0C;
};
rules = {

View File

@@ -32,10 +32,10 @@ super + slash
# Show clipmenu
super + v
rofi -modi "clipboard:greenclip print" -show clipboard -run-command '{cmd}'
clipcat-menu
super + shift + v
greenclip clear
clipcatctl clear
#
# bspwm hotkeys
@@ -72,6 +72,10 @@ super + alt + Return
super + Print
flameshot gui
# Plumb selected text
super + c
eval $(sselp | goawk $(cat ~/plumber.awk))
#
# state/flags
#