Adds alacritty and rofi config

This commit is contained in:
Nemo 2020-05-07 16:17:48 +05:30
parent ace32ae7c8
commit 980022798f
3 changed files with 52 additions and 0 deletions

View File

@ -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'

View File

@ -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";
}

View File

@ -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