merge
This commit is contained in:
		
						commit
						f111effce5
					
				| @ -30,7 +30,6 @@ plug "your-tools/kak-subvert" do %{ | ||||
| } | ||||
| 
 | ||||
| plug "https://git.sr.ht/~nasmevka/repl.kak" | ||||
| plug "caksoylar/kakoune-smooth-scroll" | ||||
| 
 | ||||
| plug "custom-filetypes" load-path "~/.config/kak/al" | ||||
| # # Color Themes | ||||
| @ -53,11 +52,6 @@ eval %sh{ kak-tree-sitter -dksvvv --init $kak_session } | ||||
| ## Popup ## | ||||
| evaluate-commands %sh{kak-popup init} | ||||
| 
 | ||||
| hook global WinCreate [^*].* %{ | ||||
|     hook -once window WinDisplay .* %{ | ||||
|         smooth-scroll-enable | ||||
|     } | ||||
| } | ||||
| ## Highlighting ## | ||||
| hook global WinCreate .* %{ add-highlighter window/number-lines number-lines -relative -hlcursor} | ||||
| add-highlighter global/ show-matching | ||||
|  | ||||
| @ -1,6 +1,6 @@ | ||||
| function colors(color, theme) | ||||
|     color = os.getenv("BASE16_THEME") | ||||
|     alt_color = 'nord' or color | ||||
|     alt_color = 'rose-pine' or color | ||||
|     -- Available values:   `'hard'`, `'medium'`, `'soft'` | ||||
|     vim.g.gruvbox_material_background = 'medium' | ||||
|     -- Available values:   `'material'`, `'mix'`, `'original'` | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| [FileDialog] | ||||
| history=file:///home/mikec/Downloads, file:///usr/share/fonts/TTF, file:///home/mikec, file:///home/mikec/Documents/College/Resume | ||||
| lastVisited=file:///home/mikec/Documents/College/Resume | ||||
| qtVersion=6.7.2 | ||||
| history=@Invalid() | ||||
| lastVisited=file:///home/mikec | ||||
| qtVersion=6.8.2 | ||||
| shortcuts=file:, file:///home/mikec | ||||
| sidebarWidth=87 | ||||
| treeViewHeader="@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x1\xd1\0\0\0\x4\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x4\0\0\0\xf5\0\0\0\x1\0\0\0\0\0\0\0\x39\0\0\0\x1\0\0\0\0\0\0\0=\0\0\0\x1\0\0\0\0\0\0\0\x66\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff\0\0\0\0)" | ||||
|  | ||||
| @ -183,3 +183,4 @@ swayidle -w \ | ||||
| pipewire-launch & | ||||
| waybar & | ||||
| wlr-randr --output eDP-1 --scale 1.5 | ||||
| dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP='river' | ||||
|  | ||||
| @ -2,4 +2,4 @@ | ||||
| [Icon Theme] | ||||
| Name=Default | ||||
| Comment=Default Cursor Theme | ||||
| Inherits=Chicago95_Animated_Hourglass_Cursors_HiDPI | ||||
| Inherits=BreezeX-RosePineDawn-Linux | ||||
|  | ||||
| @ -5,3 +5,4 @@ | ||||
| /home/mikec/Documents/College/CSSE403/csse403  | ||||
| /home/mikec/Documents/College/CSSE403/csse403/Homework  | ||||
| /home/mikec/Documents/College/CSSE142  | ||||
| /home/mikec/Documents/College/CSSE403/inclass.rs  | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Michael Chalupiak
						Michael Chalupiak