This commit is contained in:
2022-02-14 20:29:30 +01:00
parent 8e5b5f5709
commit 4f81012725
10 changed files with 205 additions and 205 deletions

View File

@@ -1,4 +1,4 @@
# BSPwm Install - Martin Desktop Environment # BSPwm Install - Martin Desktop Environment
An easy and quick way to get up and running in the BSPwm desktop environment with keybindings and some standard software such as polybar, pulseaudio, Google Chrome, firefox, nitrogen, libreoffice, inkscape, gimp, rawtherapee, darktable etc... Installation time depends on your internet speed, but in about 25 minutes Are you up and running with a full Debian with BSPwm. An easy and quick way to get up and running in the BSPwm desktop environment with keybindings and some standard software such as polybar, pulseaudio, Google Chrome, firefox, nitrogen, libreoffice, inkscape, gimp, rawtherapee, darktable etc... Installation time depends on your internet speed, but in about 25 minutes Are you up and running with a full Debian with BSPwm.
![BSPwm Install - Martin Desktop Environment](https://github.com/ITmail-dk/bspwm-install-ma-dte/raw/main/screenshots/Desktop_2022-01-17_151851.jpg "BSPwm Install - Martin Desktop Environment") ![BSPwm Install - Martin Desktop Environment](https://github.com/ITmail-dk/bspwm-install-ma-dte/raw/main/screenshots/Desktop_2022-01-17_151851.jpg "BSPwm Install - Martin Desktop Environment")

View File

@@ -1,8 +1,8 @@
deb http://cdn-fastly.deb.debian.org/debian/ testing main contrib non-free deb http://cdn-fastly.deb.debian.org/debian/ testing main contrib non-free
deb-src http://cdn-fastly.deb.debian.org/debian/ testing main contrib non-free deb-src http://cdn-fastly.deb.debian.org/debian/ testing main contrib non-free
deb http://cdn-fastly.deb.debian.org/debian/ testing-updates main contrib non-free deb http://cdn-fastly.deb.debian.org/debian/ testing-updates main contrib non-free
deb-src http://cdn-fastly.deb.debian.org/debian/ testing-updates main contrib non-free deb-src http://cdn-fastly.deb.debian.org/debian/ testing-updates main contrib non-free
deb http://security.debian.org/ testing/updates main contrib non-free deb http://security.debian.org/ testing/updates main contrib non-free
deb-src http://security.debian.org/ testing/updates main contrib non-free deb-src http://security.debian.org/ testing/updates main contrib non-free

View File

@@ -1,4 +1,4 @@
#! /bin/sh #! /bin/sh
pgrep -x sxhkd > /dev/null || sxhkd & pgrep -x sxhkd > /dev/null || sxhkd &

View File

@@ -1,4 +1,4 @@
#! /bin/sh #! /bin/sh
pgrep -x sxhkd > /dev/null || sxhkd & pgrep -x sxhkd > /dev/null || sxhkd &

View File

@@ -23,4 +23,4 @@ restore_paused "yes"
audio_output { audio_output {
type "pulse" type "pulse"
name "pulse audio" name "pulse audio"
} }

View File

@@ -1,5 +1,5 @@
Section "Device" Section "Device"
Identifier "AMD Graphics" Identifier "AMD Graphics"
Driver "amdgpu" Driver "amdgpu"
Option "TearFree" "true" Option "TearFree" "true"
EndSection EndSection

View File

@@ -1,34 +1,34 @@
/etc/X11/xorg.conf.d/ /etc/X11/xorg.conf.d/
# Check the current status # Check the current status
Run command: xrandr --verbose | grep "TearFree" Run command: xrandr --verbose | grep "TearFree"
Show Graphics Card Information Show Graphics Card Information
Run command: inxi -G Run command: inxi -G
#*_#*_#*_*#_*#_*#_* #*_#*_#*_*#_*#_*#_*
AMD GPU AMD GPU
-.-.-.-.-.-.-.-.-.- -.-.-.-.-.-.-.-.-.-
sudo nano /etc/X11/xorg.conf.d/20-amdgpu.conf sudo nano /etc/X11/xorg.conf.d/20-amdgpu.conf
Section "Device" Section "Device"
Identifier "AMD Graphics" Identifier "AMD Graphics"
Driver "amdgpu" Driver "amdgpu"
Option "TearFree" "true" Option "TearFree" "true"
EndSection EndSection
#*_#*_#*_*#_*#_*#_*#_*#_*#_#*_#*_#*_#*_#*_#*_#*#_*#_#*_#*_#* #*_#*_#*_*#_*#_*#_*#_*#_*#_#*_#*_#*_#*_#*_#*_#*#_*#_#*_#*_#*
nVidia GPU Composition Pipeline / X Server Settings nVidia GPU Composition Pipeline / X Server Settings
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
sudo nvidia-settings sudo nvidia-settings
/etc/X11/xorg.conf /etc/X11/xorg.conf

View File

@@ -1,130 +1,130 @@
# #
# Run-time configuration file for dialog # Run-time configuration file for dialog
# #
# Automatically generated by "dialog --create-rc <file name>" # Automatically generated by "dialog --create-rc <file name>"
# #
# #
# Types of values: # Types of values:
# #
# Number - <number> # Number - <number>
# String - "string" # String - "string"
# Boolean - <ON|OFF> # Boolean - <ON|OFF>
# Attribute - (foreground,background,highlight?) # Attribute - (foreground,background,highlight?)
# Set aspect-ration. # Set aspect-ration.
aspect = 0 aspect = 0
# Set separator (for multiple widgets output). # Set separator (for multiple widgets output).
separate_widget = "" separate_widget = ""
# Set tab-length (for textbox tab-conversion). # Set tab-length (for textbox tab-conversion).
tab_len = 0 tab_len = 0
# Make tab-traversal for checklist, etc., include the list. # Make tab-traversal for checklist, etc., include the list.
visit_items = OFF visit_items = OFF
# Shadow dialog boxes? This also turns on color. # Shadow dialog boxes? This also turns on color.
use_shadow = ON use_shadow = ON
# Turn color support ON or OFF # Turn color support ON or OFF
use_colors = ON use_colors = ON
# Screen color # Screen color
screen_color = (CYAN,GREEN,ON) screen_color = (CYAN,GREEN,ON)
# Shadow color # Shadow color
shadow_color = (BLACK,BLACK,ON) shadow_color = (BLACK,BLACK,ON)
# Dialog box color # Dialog box color
dialog_color = (BLACK,WHITE,OFF) dialog_color = (BLACK,WHITE,OFF)
# Dialog box title color # Dialog box title color
title_color = (BLUE,WHITE,ON) title_color = (BLUE,WHITE,ON)
# Dialog box border color # Dialog box border color
border_color = (WHITE,WHITE,ON) border_color = (WHITE,WHITE,ON)
# Active button color # Active button color
button_active_color = (WHITE,BLUE,ON) button_active_color = (WHITE,BLUE,ON)
# Inactive button color # Inactive button color
button_inactive_color = (BLACK,WHITE,OFF) button_inactive_color = (BLACK,WHITE,OFF)
# Active button key color # Active button key color
button_key_active_color = (WHITE,BLUE,ON) button_key_active_color = (WHITE,BLUE,ON)
# Inactive button key color # Inactive button key color
button_key_inactive_color = (RED,WHITE,OFF) button_key_inactive_color = (RED,WHITE,OFF)
# Active button label color # Active button label color
button_label_active_color = (YELLOW,BLUE,ON) button_label_active_color = (YELLOW,BLUE,ON)
# Inactive button label color # Inactive button label color
button_label_inactive_color = (BLACK,WHITE,ON) button_label_inactive_color = (BLACK,WHITE,ON)
# Input box color # Input box color
inputbox_color = (BLACK,WHITE,OFF) inputbox_color = (BLACK,WHITE,OFF)
# Input box border color # Input box border color
inputbox_border_color = (BLACK,WHITE,OFF) inputbox_border_color = (BLACK,WHITE,OFF)
# Search box color # Search box color
searchbox_color = (BLACK,WHITE,OFF) searchbox_color = (BLACK,WHITE,OFF)
# Search box title color # Search box title color
searchbox_title_color = (BLUE,WHITE,ON) searchbox_title_color = (BLUE,WHITE,ON)
# Search box border color # Search box border color
searchbox_border_color = (WHITE,WHITE,ON) searchbox_border_color = (WHITE,WHITE,ON)
# File position indicator color # File position indicator color
position_indicator_color = (BLUE,WHITE,ON) position_indicator_color = (BLUE,WHITE,ON)
# Menu box color # Menu box color
menubox_color = (BLACK,WHITE,OFF) menubox_color = (BLACK,WHITE,OFF)
# Menu box border color # Menu box border color
menubox_border_color = (WHITE,WHITE,ON) menubox_border_color = (WHITE,WHITE,ON)
# Item color # Item color
item_color = (BLACK,WHITE,OFF) item_color = (BLACK,WHITE,OFF)
# Selected item color # Selected item color
item_selected_color = (WHITE,BLUE,ON) item_selected_color = (WHITE,BLUE,ON)
# Tag color # Tag color
tag_color = (BLUE,WHITE,ON) tag_color = (BLUE,WHITE,ON)
# Selected tag color # Selected tag color
tag_selected_color = (YELLOW,BLUE,ON) tag_selected_color = (YELLOW,BLUE,ON)
# Tag key color # Tag key color
tag_key_color = (RED,WHITE,OFF) tag_key_color = (RED,WHITE,OFF)
# Selected tag key color # Selected tag key color
tag_key_selected_color = (RED,BLUE,ON) tag_key_selected_color = (RED,BLUE,ON)
# Check box color # Check box color
check_color = (BLACK,WHITE,OFF) check_color = (BLACK,WHITE,OFF)
# Selected check box color # Selected check box color
check_selected_color = (WHITE,BLUE,ON) check_selected_color = (WHITE,BLUE,ON)
# Up arrow color # Up arrow color
uarrow_color = (GREEN,WHITE,ON) uarrow_color = (GREEN,WHITE,ON)
# Down arrow color # Down arrow color
darrow_color = (GREEN,WHITE,ON) darrow_color = (GREEN,WHITE,ON)
# Item help-text color # Item help-text color
itemhelp_color = (WHITE,BLACK,OFF) itemhelp_color = (WHITE,BLACK,OFF)
# Active form text color # Active form text color
form_active_text_color = (WHITE,BLUE,ON) form_active_text_color = (WHITE,BLUE,ON)
# Form text color # Form text color
form_text_color = (WHITE,CYAN,ON) form_text_color = (WHITE,CYAN,ON)
# Readonly form item color # Readonly form item color
form_item_readonly_color = (CYAN,WHITE,ON) form_item_readonly_color = (CYAN,WHITE,ON)

View File

@@ -1,18 +1,18 @@
# DO NOT EDIT! This file will be overwritten by LXAppearance. # DO NOT EDIT! This file will be overwritten by LXAppearance.
# Any customization should be done in ~/.gtkrc-2.0.mine instead. # Any customization should be done in ~/.gtkrc-2.0.mine instead.
include "/home/mara/.gtkrc-2.0.mine" include "/home/mara/.gtkrc-2.0.mine"
gtk-theme-name="Nordic-theme" gtk-theme-name="Nordic-theme"
gtk-icon-theme-name="Papirus-Dark" gtk-icon-theme-name="Papirus-Dark"
gtk-font-name="Sans 9" gtk-font-name="Sans 9"
gtk-cursor-theme-name="Nordzy-cursors" gtk-cursor-theme-name="Nordzy-cursors"
gtk-cursor-theme-size=0 gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH gtk-toolbar-style=GTK_TOOLBAR_BOTH
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1 gtk-button-images=1
gtk-menu-images=1 gtk-menu-images=1
gtk-enable-event-sounds=0 gtk-enable-event-sounds=0
gtk-enable-input-feedback-sounds=0 gtk-enable-input-feedback-sounds=0
gtk-xft-antialias=1 gtk-xft-antialias=1
gtk-xft-hinting=1 gtk-xft-hinting=1
gtk-xft-hintstyle="hintfull" gtk-xft-hintstyle="hintfull"

View File

@@ -1,15 +1,15 @@
[Settings] [Settings]
gtk-theme-name=Nordic-theme gtk-theme-name=Nordic-theme
gtk-icon-theme-name=Papirus-Dark gtk-icon-theme-name=Papirus-Dark
gtk-font-name=Sans 9 gtk-font-name=Sans 9
gtk-cursor-theme-name=Nordzy-cursors gtk-cursor-theme-name=Nordzy-cursors
gtk-cursor-theme-size=0 gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH gtk-toolbar-style=GTK_TOOLBAR_BOTH
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1 gtk-button-images=1
gtk-menu-images=1 gtk-menu-images=1
gtk-enable-event-sounds=0 gtk-enable-event-sounds=0
gtk-enable-input-feedback-sounds=0 gtk-enable-input-feedback-sounds=0
gtk-xft-antialias=1 gtk-xft-antialias=1
gtk-xft-hinting=1 gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull gtk-xft-hintstyle=hintfull