changes
This commit is contained in:
		
							parent
							
								
									de6455136e
								
							
						
					
					
						commit
						d7d1a8eedc
					
				@ -107,8 +107,9 @@ font:
 | 
			
		||||
    #family: IBM Plex Mono
 | 
			
		||||
    #family: Source Code Pro
 | 
			
		||||
    #family: BlexMono Nerd Font
 | 
			
		||||
    family: Fira Code
 | 
			
		||||
    #family: Fira Code
 | 
			
		||||
    #family: Blex Mono Bold Nerd Font Complete
 | 
			
		||||
    family: Comic Code Ligatures
 | 
			
		||||
    style:  
 | 
			
		||||
  size: 6.95
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										14
									
								
								i3/config
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								i3/config
									
									
									
									
									
								
							@ -92,13 +92,18 @@ bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT
 | 
			
		||||
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status
 | 
			
		||||
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status
 | 
			
		||||
 | 
			
		||||
# Binds for - and + for volume
 | 
			
		||||
# Binds for - and + for volume on keypad!
 | 
			
		||||
bindsym $mod+KP_Add  exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status
 | 
			
		||||
bindsym $mod+KP_Subtract exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status
 | 
			
		||||
bindsym $mod+KP_Multiply exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status
 | 
			
		||||
 | 
			
		||||
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
 | 
			
		||||
 | 
			
		||||
# Binds for SHIFT - and + for brightness on keypad!
 | 
			
		||||
#bindsym $mod+Shift+KP_Subtract exec --no-startup-id gummy -b 5
 | 
			
		||||
#bindsym $mod+Shift+KP_Multiply exec --no-startup-id 
 | 
			
		||||
## NOT WORKIN
 | 
			
		||||
 | 
			
		||||
# Use xev to find the keys on the keypad
 | 
			
		||||
 | 
			
		||||
# Binds for swapping between single laptop screen to 2 with an ultrawide
 | 
			
		||||
@ -229,6 +234,7 @@ bindsym $mod+s exec --no-startup-id nautilus ~/Pictures/Screenshots/
 | 
			
		||||
 | 
			
		||||
#### ROFI
 | 
			
		||||
bindsym $mod+e exec --no-startup-id rofi -show
 | 
			
		||||
bindsym $mod+Shift+e exec --no-startup-id rofi -show emoji -modi emoji
 | 
			
		||||
bindsym $mod+d exec rofi -show run 
 | 
			
		||||
bindsym $mod+Shift+d exec rofi -show drun -show-icons true
 | 
			
		||||
 | 
			
		||||
@ -247,9 +253,9 @@ for_window [instance="gammy"] floating enable
 | 
			
		||||
 | 
			
		||||
bindsym XF86MonBrightnessDown exec light -U 5 # decrease screen brightness
 | 
			
		||||
bindsym XF86MonBrightnessUp exec light -A 5 # increase screen brightness
 | 
			
		||||
bindsym $mod+w exec --no-startup-id brave www.simonkellet.xyz
 | 
			
		||||
bindsym $mod+Shift+w exec --no-startup-id qutebrowser www.simonkellet.xyz
 | 
			
		||||
bindsym $mod+Ctrl+w exec --no-startup-id alacritty -e amfora simonkellet.xyz
 | 
			
		||||
bindsym $mod+w exec --no-startup-id brave simonkellet.xyz
 | 
			
		||||
bindsym $mod+Shift+w exec --no-startup-id qutebrowser simonkellet.xyz
 | 
			
		||||
bindsym $mod+Ctrl+w exec --no-startup-id kitty -e amfora simonkellet.xyz
 | 
			
		||||
 | 
			
		||||
# Define names for default workspaces for which we configure key bindings later on.
 | 
			
		||||
# We use variables to avoid repeating the names in multiple places.
 | 
			
		||||
 | 
			
		||||
@ -9,8 +9,7 @@
 | 
			
		||||
#font_family      Fira Code Regular
 | 
			
		||||
#font_family      IBM Plex Mono
 | 
			
		||||
#font_family      BlexMono Nerd Font
 | 
			
		||||
font_family      Comic Code Ligatures Regular
 | 
			
		||||
#font_family      Comic Code Ligatures Medium
 | 
			
		||||
font_family      Comic Code Ligatures
 | 
			
		||||
bold_font        auto
 | 
			
		||||
italic_font      auto
 | 
			
		||||
bold_italic_font auto
 | 
			
		||||
@ -763,7 +762,7 @@ background #282828
 | 
			
		||||
 | 
			
		||||
#: The foreground and background colors
 | 
			
		||||
 | 
			
		||||
 background_opacity 1.0
 | 
			
		||||
 background_opacity 0.92
 | 
			
		||||
 | 
			
		||||
#: The opacity of the background. A number between 0 and 1, where 1 is
 | 
			
		||||
#: opaque and 0 is fully transparent.  This will only work if
 | 
			
		||||
 | 
			
		||||
@ -123,6 +123,7 @@ set nocompatible
 | 
			
		||||
set encoding=UTF-8
 | 
			
		||||
set clipboard+=unnamedplus
 | 
			
		||||
set mouse=a
 | 
			
		||||
set laststatus=3
 | 
			
		||||
 | 
			
		||||
" Map Leader
 | 
			
		||||
let mapleader = ","
 | 
			
		||||
@ -173,6 +174,7 @@ let g:python3_host_prog = '/usr/bin/python3'
 | 
			
		||||
" Limeligt + Goyo Binds
 | 
			
		||||
nnoremap <Leader>l :Limelight!!<CR>
 | 
			
		||||
nnoremap <Leader>g :Goyo<CR>
 | 
			
		||||
set termguicolors 
 | 
			
		||||
let g:limelight_conceal_guifg = 'DarkGray'
 | 
			
		||||
let g:limelight_conceal_guifg = '#777777'
 | 
			
		||||
let g:limelight_conceal_ctermfg = 'gray'
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,5 @@
 | 
			
		||||
[directory]
 | 
			
		||||
truncation_length = 8
 | 
			
		||||
truncation_length = 3
 | 
			
		||||
truncation_symbol = "…/"
 | 
			
		||||
 | 
			
		||||
[line_break]
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user