diff --git a/i3/config b/i3/config index 3ca0ac5..4eb9c1f 100644 --- a/i3/config +++ b/i3/config @@ -203,7 +203,7 @@ bindsym $mod+Shift+Insert move container to workspace $ws4; workspace $ws4 bindsym $mod+Shift+Home move container to workspace $ws5; workspace $ws5 bindsym $mod+Shift+Prior move container to workspace $ws6; workspace $ws6 bindsym $mod+Shift+Delete move container to workspace $ws7; workspace $ws7 -bindsym $mod+Shift+End container to workspace $ws8; workspace $ws8 +bindsym $mod+Shift+End move container to workspace $ws8; workspace $ws8 bindsym $mod+Shift+Next move container to workspace $ws9; workspace $ws9 # Open applications on specific workspaces diff --git a/liquidctl/liquidcfg.service b/liquidctl/liquidcfg.service new file mode 100644 index 0000000..bf0c109 --- /dev/null +++ b/liquidctl/liquidcfg.service @@ -0,0 +1,11 @@ +[Unit] +Description=AIO startup service + +[Service] +Type=oneshot +ExecStart=liquidctl --match nzxt set fan1 speed 70 +ExecStart=liquidctl --match nzxt set fan2 speed 70 +ExecStart=liquidctl --match nzxt set fan3 speed 70 + +[Install] +WantedBy=default.target diff --git a/manjaro.md b/manjaro.md index 227814b..ec3d6d7 100644 --- a/manjaro.md +++ b/manjaro.md @@ -8,6 +8,9 @@ * night colors `sudo pacman -S redshift` * gaming `sudo pacman -S steam-manjaro steam-native` * vlc player `sudo pacman -S libmicrodns protobuf vlc` +* hardware + * glances + * liquidctl # coding * dry `yay dry-bin` diff --git a/nvim/init.vim b/nvim/init.vim index 8d2bf9d..9454c45 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -71,8 +71,8 @@ endif "highlight LineNr guibg=NONE ctermbg=NONE " seoul256 theme config (dark 233-239, light 252-256) -let g:seoul256_background=233 -colo seoul256 +" let g:seoul256_background=233 +" colo seoul256 " statusline set cmdheight=2 @@ -176,13 +176,6 @@ nmap w :cd %:p:h " ***************************** " REMAPPING set langmap=å(,¨),Å{,^},Ø\\;,ø:,æ^ -" æ ^ -" Ø ; -" ø : -" Å { -" ^ } -" ; < -" : > " ***************************** " EDITING @@ -222,15 +215,6 @@ let g:asterisk#keeppos=1 " stay visual when indenting vnoremap >> >gv vnoremap << -inoremap -inoremap -inoremap -inoremap -inoremap -inoremap -inoremap " move between errors nmap (coc-diagnostic-prev) nmap (coc-diagnostic-next) @@ -256,7 +240,7 @@ nnoremap :split nnoremap :new nnoremap :tabe % nnoremap :tabnew -" buffergator +" buffers and tabs nmap :bprev nmap :bnext nmap :tabprev diff --git a/windows terminal settings.json b/windows terminal settings.json index 17afd64..f897141 100644 --- a/windows terminal settings.json +++ b/windows terminal settings.json @@ -91,6 +91,6 @@ // - "split": "auto" makes this pane open in the direction that provides the most surface area. // - "splitMode": "duplicate" makes the new pane use the focused pane's profile. // To learn more about panes, visit https://aka.ms/terminal-panes - { "command": { "action": "splitPane", "split": "auto", "splitMode": "duplicate" }, "keys": "alt+shift+d" } + // { "command": { "action": "splitPane", "split": "auto", "splitMode": "duplicate" }, "keys": "alt+shift+d" } ] }