fixups
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
export TERMINAL=st
|
||||
export TERMINAL=kitty
|
||||
export VISUAL=nvim
|
||||
export EDITOR=nvim
|
||||
export PAGER="bat --style=header,rule,snip"
|
||||
|
||||
@@ -44,7 +44,7 @@ exec --no-startup-id setxkbmap -layout no -model pc105 -variant nodeadkeys -opti
|
||||
exec --no-startup-id redshift-gtk -l 59.91:10.75
|
||||
exec --no-startup-id dropbox start &
|
||||
exec --no-startup-id nvidia-settings -a GPUFanControlState=1 -a GPUTargetFanSpeed=60
|
||||
# exec --no-startup-id xrandr --output DP-0 --mode 5120x1440 --primary --gamma 0.9:0.9:0.9
|
||||
exec --no-startup-id xrandr --output DP-0 --mode 5120x1440
|
||||
|
||||
# div bindings
|
||||
bindsym $mod+Shift+q kill
|
||||
@@ -106,7 +106,7 @@ bindsym $mod+Shift+F6 exec i3-sensible-terminal -e 'ncspot'
|
||||
bindsym $mod+F9 exec --no-startup-id picom -b
|
||||
bindsym $mod+Shift+F9 exec --no-startup-id pkill picom
|
||||
bindsym $mod+Shift+F10 --release exec "killall dunst; exec notify-send 'restart dunst'"
|
||||
bindsym $mod+Shift+F12 exec "xrandr --auto"
|
||||
bindsym $mod+Shift+F12 exec "xrandr --output DP-0 --mode 5120x1440"
|
||||
|
||||
bindsym $mod+0 mode "$mode_system"
|
||||
bindsym $mod+z mode "resize"
|
||||
|
||||
@@ -514,6 +514,7 @@ require("lazy").setup({
|
||||
automatic_setup = false,
|
||||
automatic_installation = false,
|
||||
})
|
||||
require("mason-null-ls").setup_handlers()
|
||||
end,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user