Compare commits

..

No commits in common. "e5f707f70667d1ec6ef27b5fa53922f31ddb307e" and "7ed24eada14d4a59f3b743658716c303d22fd9d4" have entirely different histories.

3 changed files with 9 additions and 22 deletions

View file

@ -56,7 +56,6 @@ floating_modifier $mod
# Custom keybinds
bindsym $mod+s exec --no-startup-id flameshot gui -p ~/Pictures/captures --clipboard
bindsym $mod+f exec --no-startup-id firefox
bindsym $mod+u exec --no-startup-id autorandr -c
bindsym $mod+Shift+f exec --no-startup-id firefox --private-window
bindsym $mod+Shift+z exec --no-startup-id i3lock-fancy -g -t "System Locked" -f Hack-Regular
# =====
@ -217,14 +216,14 @@ bindsym $mod+r mode "resize"
# finds out, if available)
# Gaps
gaps inner 5
gaps outer -5
gaps horizontal 5
gaps vertical 5
gaps top 5
gaps right 5
gaps bottom 5
gaps left 5
gaps inner 10
gaps outer 10
gaps horizontal 10
gaps vertical 10
gaps top 10
gaps right 10
gaps bottom 10
gaps left 10
default_border pixel 1
client.focused #555555 #555555 #ffffff #2e9ef4 #63C5DA

View file

@ -38,7 +38,6 @@ foreground = ${colors.foreground}
line-size = 3pt
border-size = 4pt
border-bottom-size = 0pt
border-color = #00000000
padding-left = 0
@ -54,7 +53,7 @@ font-1 = Font Awesome 6 Free:style=Regular;2
font-2 = Font Awesome 6 Free:style=Solid;2
modules-left = xworkspaces xwindow
modules-right = filesystem pulseaudio-control-output xkeyboard memory cpu battery tray date
modules-right = filesystem pulseaudio-control-output xkeyboard memory cpu battery date
cursor-click = pointer
cursor-scroll = ns-resize
@ -194,12 +193,6 @@ date-alt = %Y-%m-%d %H:%M:%S
label = %date%
label-foreground = ${colors.primary}
[module/tray]
type = internal/tray
format-margin = 8px
tray-spacing = 8px
[settings]
screenchange-reload = true
pseudo-transparency = true

View file

@ -19,9 +19,4 @@
videoDrivers = [ "nvidia" ];
};
};
hardware.nvidia = {
modesetting.enable = true;
forceFullCompositionPipeline = true;
};
}