From a5a881abe624041207450f99a5e1d157f935af3e Mon Sep 17 00:00:00 2001 From: eneller Date: Thu, 12 May 2022 23:50:34 +0200 Subject: [PATCH] move files to Desktop --- Desktop.md | 17 ++++++++++++++++- Displays.md | 5 ----- Firefox.md | 1 - zsh.md | 1 - 4 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 Displays.md delete mode 100644 Firefox.md delete mode 100644 zsh.md diff --git a/Desktop.md b/Desktop.md index f020bf4..764c6e0 100644 --- a/Desktop.md +++ b/Desktop.md @@ -1,3 +1,11 @@ +# Basics +## Clipboard +## Displays +* Dell U2711 should use [this configuration](https://gist.github.com/eneller/f3deea324b3c5d70f1eb7321b073d739) +* Docking Station Setup uses this command: +``` +xrandr --output eDP-1 --mode 1920x1080 --pos 0x0 --rotate normal --output DP-1 --primary --mode 1600x900 --pos 3840x0 --rotate normal --output HDMI-1 --off --output DP-2 --off --output HDMI-2 --off --output DP-2-1 --off --output DP-2-2 --off --output DP-2-3 --mode 1920x1080 --pos 1920x0 --rotate normal +``` ## Networking - nm-applet can be extended using plugins (openconnect etc) - gufw (gui for ufw) @@ -5,5 +13,12 @@ ## Sound ## Power +# Applications + +## Firefox +[TST](https://github.com/piroor/treestyletab/wiki/Code-snippets-for-custom-style-rules#for-userchromecss) + ## Launcher -## Clipboard + +## zsh +The man page for the current command can be opened by pressing `Esc + h` diff --git a/Displays.md b/Displays.md deleted file mode 100644 index aef5211..0000000 --- a/Displays.md +++ /dev/null @@ -1,5 +0,0 @@ -* Dell U2711 should use [this configuration](https://gist.github.com/eneller/f3deea324b3c5d70f1eb7321b073d739) -* Docking Station Setup uses this command: -``` -xrandr --output eDP-1 --mode 1920x1080 --pos 0x0 --rotate normal --output DP-1 --primary --mode 1600x900 --pos 3840x0 --rotate normal --output HDMI-1 --off --output DP-2 --off --output HDMI-2 --off --output DP-2-1 --off --output DP-2-2 --off --output DP-2-3 --mode 1920x1080 --pos 1920x0 --rotate normal -``` \ No newline at end of file diff --git a/Firefox.md b/Firefox.md deleted file mode 100644 index 01dcec3..0000000 --- a/Firefox.md +++ /dev/null @@ -1 +0,0 @@ -[TST](https://github.com/piroor/treestyletab/wiki/Code-snippets-for-custom-style-rules#for-userchromecss) \ No newline at end of file diff --git a/zsh.md b/zsh.md deleted file mode 100644 index 1f986ba..0000000 --- a/zsh.md +++ /dev/null @@ -1 +0,0 @@ -The man page for the current command can be opened by pressing `Esc + h` \ No newline at end of file