Laptop #2

Closed
thomasave wants to merge 119 commits from laptop into master
4 changed files with 113 additions and 68 deletions
Showing only changes of commit 364e42a8a8 - Show all commits

110
alacritty/alacritty.toml Normal file
View File

@ -0,0 +1,110 @@
[colors.bright]
black = "#555555"
blue = "#00afff"
cyan = "#50cdfe"
green = "#b0e05e"
magenta = "#af87ff"
red = "#f5669c"
white = "#ffffff"
yellow = "#fef26c"
[colors.normal]
black = "#121212"
blue = "#0f7fcf"
cyan = "#42a7cf"
green = "#97e123"
magenta = "#8700ff"
red = "#fa2573"
white = "#bbbbbb"
yellow = "#dfd460"
[colors.primary]
background = "#000030"
foreground = "#F8F8F2"
[font]
size = 13
[font.bold]
family = "Source Code Pro"
style = "Bold"
[font.bold_italic]
family = "Source Code Pro"
style = "Bold Italic"
[font.italic]
family = "Source Code Pro"
style = "Italic"
[font.normal]
family = "Source Code Pro"
style = "Regular"
[[keyboard.bindings]]
action = "ToggleFullscreen"
key = "F11"
[[keyboard.bindings]]
action = "ToggleViMode"
key = "Escape"
mode = "Vi"
[[keyboard.bindings]]
action = "ScrollHalfPageUp"
key = "E"
mode = "Vi"
mods = "Control"
[[keyboard.bindings]]
chars = "\u001B[72;6u"
key = "H"
mods = "Control|Shift"
[[keyboard.bindings]]
chars = "\u001B[74;6u"
key = "J"
mods = "Control|Shift"
[[keyboard.bindings]]
chars = "\u001B[75;6u"
key = "K"
mods = "Control|Shift"
[[keyboard.bindings]]
chars = "\u001B[76;6u"
key = "L"
mods = "Control|Shift"
[[keyboard.bindings]]
chars = "\u001B[105;5u"
key = "I"
mods = "Control"
[[keyboard.bindings]]
chars = "\u001B[46;5u"
key = "Period"
mods = "Control"
[[keyboard.bindings]]
chars = "\u001B[44;5u"
key = "Comma"
mods = "Control"
[[keyboard.bindings]]
chars = "\u001B[59;5u"
key = "Semicolon"
mods = "Control"
[[keyboard.bindings]]
chars = "\u001B[13;2u"
key = "Return"
mods = "Shift"
[scrolling]
history = 10000
[window]
dynamic_padding = true
dynamic_title = true
opacity = 0.5

View File

@ -1,67 +0,0 @@
font:
normal:
family: Source Code Pro
style: Regular
bold:
family: Source Code Pro
style: Bold
italic:
family: Source Code Pro
style: Italic
bold_italic:
family: Source Code Pro
style: Bold Italic
size: 13
# Colors (Molokai Dark)
colors:
# Default colors
primary:
background: '#000030'
foreground: '#F8F8F2'
normal:
black: '#121212'
red: '#fa2573'
green: '#97e123'
yellow: '#dfd460'
blue: '#0f7fcf'
magenta: '#8700ff'
cyan: '#42a7cf'
white: '#bbbbbb'
bright:
black: '#555555'
red: '#f5669c'
green: '#b0e05e'
yellow: '#fef26c'
blue: '#00afff'
magenta: '#af87ff'
cyan: '#50cdfe'
white: '#ffffff'
key_bindings:
- { key: F11, action: ToggleFullscreen }
- { key: Escape, mode: Vi, action: ToggleViMode}
- { key: E, mods: Control, mode: Vi, action: ScrollHalfPageUp}
- { key: H, mods: Control|Shift, chars: "\x1b[72;6u" }
- { key: J, mods: Control|Shift, chars: "\x1b[74;6u" }
- { key: K, mods: Control|Shift, chars: "\x1b[75;6u" }
- { key: L, mods: Control|Shift, chars: "\x1b[76;6u" }
- { key: I, mods: Control, chars: "\x1b[105;5u" }
- { key: Period, mods: Control, chars: "\x1b[46;5u" }
- { key: Comma, mods: Control, chars: "\x1b[44;5u" }
- { key: Semicolon, mods: Control, chars: "\x1b[59;5u" }
- { key: Return, mods: Shift, chars: "\x1b[13;2u" }
scrolling:
history: 10000
window:
dynamic_padding: true
opacity: 0.5
dynamic_title: true

View File

@ -1,5 +1,6 @@
env = WLR_DRM_DEVICES,/dev/dri/card0:/dev/dri/card1
env = GTK_THEME, Adwaita
env = WLR_NO_HARDWARE_CURSORS,1
monitor=,preferred,auto,1
exec-once=sudo wg-quick up wg0
@ -10,7 +11,6 @@ $scripts = /home/user/.config/scripts
exec-once=hyprpaper
exec-once=wl-paste --type text --watch cliphist store
exec-once=wl-paste --type image --watch cliphist store
exec-once=sleep 2 && hyprctl dispatch workspace 11
exec-once=/usr/lib/mate-polkit/polkit-mate-authentication-agent-1
workspace=eDP-1,1

View File

@ -1,3 +1,5 @@
ipc = off
splash = false
preload = ~/.config/awesome/images/wallpaper.png
wallpaper = eDP-1,~/.config/awesome/images/wallpaper.png
wallpaper = HDMI-A-1,~/.config/awesome/images/wallpaper.png