Update .config/hypr/hyprland.conf
Update .config/walker/themes/default.css
This commit is contained in:
parent
1a73c5c056
commit
e6d052eb9b
2 changed files with 11 additions and 3 deletions
|
@ -33,6 +33,7 @@ env = XDG_SESSION_TYPE,hyprland
|
|||
env = GDK_BACKEND,wayland,x11,*
|
||||
env = PATH,$HOME/bin:$PATH
|
||||
env = HYPRSHOT_DIR,$HOME/Pictures/Screenshots
|
||||
env = TERMINAL,terminator
|
||||
|
||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||
input {
|
||||
|
@ -217,7 +218,7 @@ bind = $mainMod SHIFT, E, exit,
|
|||
bind = $mainMod, E, exec, nemo
|
||||
bind = $mainMod, SPACE, togglefloating,
|
||||
#bind = $mainMod, D, exec, wofi -S drun,run
|
||||
bind = $mainMod, D, exec, GSK_RENDERER=ngl walker
|
||||
bind = $mainMod, D, exec, rofi -show combi
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
bind = $mainMod, F, fullscreen, 0 # dwindle
|
||||
|
@ -226,8 +227,8 @@ bind = $mainMod CTRL, F, fullscreenstate, 0 2 # dwindle
|
|||
bind = $mainMod, N, exec, swaync-client -t -sw # swaync
|
||||
bind = $mainMod, G, exec, bluetoothctl connect 3C:FA:06:29:AA:7B
|
||||
#bind = $mainMod, X, exec, speedcrunch
|
||||
bind = $mainMod, X, exec, walker -m calc
|
||||
bind = , XF86Calculator, exec, walker -m calc
|
||||
bind = $mainMod, X, exec, rofi -modi calc -show calc
|
||||
bind = , XF86Calculator, exec, rofi -modi calc -show calc
|
||||
# Move focus with mainMod + arrow keys
|
||||
#bind = $mainMod, left, movefocus, l
|
||||
#bind = $mainMod, right, movefocus, r
|
||||
|
|
|
@ -28,6 +28,13 @@ slider,
|
|||
all: unset;
|
||||
}
|
||||
|
||||
#cfgerr {
|
||||
background: rgba(255, 0, 0, 0.4);
|
||||
margin-top: 20px;
|
||||
padding: 8px;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
#window {
|
||||
color: @foreground;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue