Git Product home page Git Product logo

dotfiles-7's Introduction

dotfiles

The folders/files should be linked seperately into ~./.config (ln -s <repo>/* ~/.config/*), if there are folders present delete or rename them. Why manual you ask? Because you should know what you are going to do in order to prevent you from breaking your installation. And that way you can decide which settings you intend to use and which not.

I use Manjaro as a distro and zsh as my shell.

You should setup a ~/.config/sway/config.d/user-config file in which you should define system/taste specific settings. See mine as an example:

# User specific sway configs
#

### Keyboard setting

 input * xkb_layout "ch"

 ### Variables
 #
 # Logo key. Use Mod1 for Alt.
 set $mod Mod4
 # Home row direction keys, like vim
 set $left h
 set $down j
 set $up k
 set $right l
 # Your preferred terminal emulator
 set $term kitty

### Output configuration
#
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
 output * bg /home/simon/Pictures/code-2880x1800.jpg fill
#
# Example configuration:
#
#   output HDMI-A-1 resolution 1920x1080 position 1920,0
#
# You can get the names of your outputs by running: swaymsg -t get_outputs

 output eDP-1 resolution 1920x1080 position 0,0
 output DP-5 resolution 2560x1440 position 1920,0

### Input configuration
#
# Example configuration:
#
#   input "2:14:SynPS/2_Synaptics_TouchPad" {
#       dwt enabled
#       tap enabled
#       natural_scroll enabled
#       middle_emulation enabled
#   }
#

 input "1102:4639:DELL081C:00_044E:121F_Touchpad" {
       dwt enabled
       tap enabled
       natural_scroll enabled
     }

 # You can get the names of your inputs by running: swaymsg -t get_inputs
 # Read `man 5 sway-input` for more information about this section.

dependencies

  • wofi
  • light
  • pamixer
  • flashfocus
  • pavucontrol
  • blueberry
  • waybar
  • mako
  • blueberry
  • sgtk-menu
  • greetd
  • greetd-gtkgreet
  • ...

Create user for greetd

useradd --system --no-create-home --home-dir /etc/greetd --groups video --shell /usr/bin/nologin

dotfiles-7's People

Contributors

philschenker avatar simon-bueler avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.