From 980022798f0dc2688cb72711a8620df25ef7de35 Mon Sep 17 00:00:00 2001 From: Nemo Date: Thu, 7 May 2020 16:17:48 +0530 Subject: [PATCH] Adds alacritty and rofi config --- files/i3/.config/alacritty.yml | 40 +++++++++++++++++++++++++++++++ files/i3/.config/rofi/config.rasi | 6 +++++ files/i3/.i3/config | 6 +++++ 3 files changed, 52 insertions(+) create mode 100644 files/i3/.config/alacritty.yml create mode 100644 files/i3/.config/rofi/config.rasi diff --git a/files/i3/.config/alacritty.yml b/files/i3/.config/alacritty.yml new file mode 100644 index 0000000..42a3337 --- /dev/null +++ b/files/i3/.config/alacritty.yml @@ -0,0 +1,40 @@ +window: + decorations: none +scrolling: + history: 20000 + multiplier: 5 +font: + normal: + family: Input Mono +draw_bold_text_with_bright_colors: true +dynamic_title: true +# Colors (Tomorrow Night Bright) +colors: + # Default colors + primary: + background: '#000000' + foreground: '#eaeaea' + + # Normal colors + normal: + black: '#000000' + red: '#d54e53' + green: '#b9ca4a' + yellow: '#e6c547' + blue: '#7aa6da' + magenta: '#c397d8' + cyan: '#70c0ba' + white: '#424242' + + # Bright colors + bright: + black: '#666666' + red: '#ff3334' + green: '#9ec400' + yellow: '#e7c547' + blue: '#7aa6da' + magenta: '#b77ee0' + cyan: '#54ced6' + + + white: '#2a2a2a' diff --git a/files/i3/.config/rofi/config.rasi b/files/i3/.config/rofi/config.rasi new file mode 100644 index 0000000..8a6dda2 --- /dev/null +++ b/files/i3/.config/rofi/config.rasi @@ -0,0 +1,6 @@ +configuration { + modi: "window,drun,combi"; + theme: "/usr/share/rofi/themes/paper-float.rasi"; + font: "Input Mono 10"; + combi-modi: "window,drun"; +} diff --git a/files/i3/.i3/config b/files/i3/.i3/config index 1f3ad0a..27ab605 100644 --- a/files/i3/.i3/config +++ b/files/i3/.i3/config @@ -76,6 +76,8 @@ bindsym $mod+z exec fsearch bindsym $mod+Hyper_L exec rofi -show drun bindsym --release Hyper_L exec rofi -show window +bindsym $mod+F8 exec pcmanfm --role=floating + # kill focused window bindsym $mod+Shift+q kill @@ -94,6 +96,8 @@ exec "dunst" # Win+L bindsym $mod+l exec xautolock -locknow +# For now, just run gnome-screenshot for window-screenshots + # For starting applications with a .desktop entry bindsym $mod+shift+d exec notify-send -u low "Use Mod+Caps_Lock instead" @@ -222,6 +226,7 @@ bindsym XF86AudioMute exec amixer -D pulse set Master toggle # finds out, if available) # Window assignments +for_window [class="Pcmanfm"] floating enable resuze 860 700 for_window [class="Wine"] floating enable for_window [class="Blueberry.py"] floating enable for_window [class="Transmission-gtk"] floating enable @@ -273,3 +278,4 @@ client.focused #4E9C00 #4E9C00 #FFFFFF #FFFFFF client.focused_inactive #1B3600 #1B3600 #888888 #FFFFFF client.unfocused #333333 #333333 #888888 #FFFFFF client.urgent #C20000 #C20000 #FFFFFF #FFFFFF +