From d7d1a8eedc848bb88655216cb51c6f4463e6b7f2 Mon Sep 17 00:00:00 2001 From: simonkellet Date: Tue, 3 May 2022 09:15:54 +0100 Subject: [PATCH] changes --- alacritty/alacritty.yml | 3 ++- i3/config | 14 ++++++++++---- kitty/kitty.conf | 5 ++--- nvim/init.vim | 2 ++ starship.toml | 2 +- 5 files changed, 17 insertions(+), 9 deletions(-) diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index 5726b63..ec7a507 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -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 diff --git a/i3/config b/i3/config index 837962a..fc36ddb 100644 --- a/i3/config +++ b/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. diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 32fe84e..5591845 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -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 diff --git a/nvim/init.vim b/nvim/init.vim index 3a8a320..ce9c577 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -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 l :Limelight!! nnoremap g :Goyo +set termguicolors let g:limelight_conceal_guifg = 'DarkGray' let g:limelight_conceal_guifg = '#777777' let g:limelight_conceal_ctermfg = 'gray' diff --git a/starship.toml b/starship.toml index 47527b1..6c6ae06 100644 --- a/starship.toml +++ b/starship.toml @@ -1,5 +1,5 @@ [directory] -truncation_length = 8 +truncation_length = 3 truncation_symbol = "…/" [line_break]