laptop
Elias Almqvist 4 months ago
parent 67a5e00624
commit 968e2e9294
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 4
      leftwm/.config/leftwm/autostart.sh
  2. 12
      leftwm/.config/leftwm/config.ron
  3. 4
      nvchad/.config/nvim/lua/custom/chadrc.lua
  4. 2
      oh-my-zsh/.oh-my-zsh/aliases.sh

@ -14,10 +14,10 @@ fi
setxkbmap se & setxkbmap se &
# Display settings # Display settings
$HOME/.screenlayout/layout.sh & sh $HOME/.screenlayout/layout.sh &
# Compositor # Compositor
$HOME/.config/picom/launch & sh $HOME/.config/picom/launch &
# Background # Background
nitrogen --restore & nitrogen --restore &

@ -4,18 +4,18 @@
mousekey: "Mod4", mousekey: "Mod4",
workspaces: [ workspaces: [
( (
output: "DP-4", output: "eDP-1",
y: 0, y: 0,
x: 0, x: 2560,
height: 1080, height: 1080,
width: 1920, width: 1920,
), ),
( (
output: "HDMI-0", output: "HDMI-1",
y: 0, y: 0,
x: 1920, x: 0,
height: 1080, height: 1440,
width: 1920, width: 2560,
) )
], ],
tags: [ tags: [

@ -5,8 +5,8 @@ local M = {}
local highlights = require "custom.highlights" local highlights = require "custom.highlights"
M.ui = { M.ui = {
theme = "tomorrow_night", theme = "gruvbox",
theme_toggle = { "tomorrow_night", "gruvbox_light" }, theme_toggle = { "gruvbox", "gruvbox_light" },
hl_override = highlights.override, hl_override = highlights.override,
hl_add = highlights.add, hl_add = highlights.add,

@ -35,7 +35,7 @@ cd_gitroot() {
alias cr="cd_gitroot" alias cr="cd_gitroot"
alias dev="cd $HOME/Projects/almtech/ingenuity/" alias dev="cd $HOME/Projects/almtech/exa/"
alias dc="docker-compose" alias dc="docker-compose"

Loading…
Cancel
Save