From 250829479e73017dcf6029e9a0ce62154089c6d8 Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Sun, 21 Oct 2018 14:02:10 +0200 Subject: [PATCH 1/5] changed git name --- git/.gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git/.gitconfig b/git/.gitconfig index bb7ef42..451b82c 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -9,6 +9,6 @@ [push] default = matching [user] - email = ryan@andthensome.nl - name = Ryan + email = alrayyes@gmail.com + name = Ryan Kes signingkey = alrayyes@gmail.com From ed4db1cb103403d5cd2c74f62366cedb84eac2c5 Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Sun, 21 Oct 2018 14:04:18 +0200 Subject: [PATCH 2/5] added some emacs stuff --- spacemacs/.spacemacs | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/spacemacs/.spacemacs b/spacemacs/.spacemacs index f83ba42..36e3b02 100644 --- a/spacemacs/.spacemacs +++ b/spacemacs/.spacemacs @@ -36,19 +36,20 @@ values." ;; Uncomment some layer names and press (Vim style) or ;; (Emacs style) to install them. ;; ---------------------------------------------------------------- + erc helm ;; auto-completion ;; better-defaults emacs-lisp - ;; git - ;; markdown - ;; org + git + markdown + org ;; (shell :variables ;; shell-default-height 30 ;; shell-default-position 'bottom) ;; spell-checking ;; syntax-checking - ;; version-control + version-control ) ;; List of additional packages that will be installed without being ;; wrapped in a layer. If you need some configuration for these @@ -110,7 +111,7 @@ values." ;; directory. A string value must be a path to an image format supported ;; by your Emacs build. ;; If the value is nil then no banner is displayed. (default 'official) - dotspacemacs-startup-banner 'official + dotspacemacs-startup-banner nil ;; List of items to show in startup buffer or an association list of ;; the form `(list-type . list-size)`. If nil then it is disabled. ;; Possible values for list-type are: @@ -320,7 +321,7 @@ you should place your code here." ;; If there is more than one, they won't work right. '(package-selected-packages (quote - (ws-butler winum which-key volatile-highlights vi-tilde-fringe uuidgen use-package toc-org spaceline powerline restart-emacs request rainbow-delimiters popwin persp-mode pcre2el paradox spinner org-plus-contrib org-bullets open-junk-file neotree move-text macrostep lorem-ipsum linum-relative link-hint indent-guide hydra hungry-delete hl-todo highlight-parentheses highlight-numbers parent-mode highlight-indentation helm-themes helm-swoop helm-projectile helm-mode-manager helm-make projectile pkg-info epl helm-flx helm-descbinds helm-ag google-translate golden-ratio flx-ido flx fill-column-indicator fancy-battery eyebrowse expand-region exec-path-from-shell evil-visualstar evil-visual-mark-mode evil-unimpaired evil-tutor evil-surround evil-search-highlight-persist evil-numbers evil-nerd-commenter evil-mc evil-matchit evil-lisp-state smartparens evil-indent-plus evil-iedit-state iedit evil-exchange evil-escape evil-ediff evil-args evil-anzu anzu evil goto-chg undo-tree eval-sexp-fu highlight elisp-slime-nav dumb-jump f dash s diminish define-word column-enforce-mode clean-aindent-mode bind-map bind-key auto-highlight-symbol auto-compile packed aggressive-indent adaptive-wrap ace-window ace-link ace-jump-helm-line helm avy helm-core popup async)))) + (erc-yt erc-view-log erc-social-graph erc-image erc-hl-nicks mmm-mode markdown-toc markdown-mode git-gutter-fringe+ git-gutter-fringe fringe-helper git-gutter+ git-gutter gh-md diff-hl smeargle orgit org-projectile org-category-capture org-present org-pomodoro alert log4e gntp org-mime org-download magit-gitflow htmlize helm-gitignore gnuplot gitignore-mode gitconfig-mode gitattributes-mode git-timemachine git-messenger git-link evil-magit magit magit-popup git-commit ghub let-alist with-editor ws-butler winum which-key volatile-highlights vi-tilde-fringe uuidgen use-package toc-org spaceline powerline restart-emacs request rainbow-delimiters popwin persp-mode pcre2el paradox spinner org-plus-contrib org-bullets open-junk-file neotree move-text macrostep lorem-ipsum linum-relative link-hint indent-guide hydra hungry-delete hl-todo highlight-parentheses highlight-numbers parent-mode highlight-indentation helm-themes helm-swoop helm-projectile helm-mode-manager helm-make projectile pkg-info epl helm-flx helm-descbinds helm-ag google-translate golden-ratio flx-ido flx fill-column-indicator fancy-battery eyebrowse expand-region exec-path-from-shell evil-visualstar evil-visual-mark-mode evil-unimpaired evil-tutor evil-surround evil-search-highlight-persist evil-numbers evil-nerd-commenter evil-mc evil-matchit evil-lisp-state smartparens evil-indent-plus evil-iedit-state iedit evil-exchange evil-escape evil-ediff evil-args evil-anzu anzu evil goto-chg undo-tree eval-sexp-fu highlight elisp-slime-nav dumb-jump f dash s diminish define-word column-enforce-mode clean-aindent-mode bind-map bind-key auto-highlight-symbol auto-compile packed aggressive-indent adaptive-wrap ace-window ace-link ace-jump-helm-line helm avy helm-core popup async)))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. From a1c239012e85a04630e4defa34bbf835c7e81f33 Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Sun, 21 Oct 2018 14:04:44 +0200 Subject: [PATCH 3/5] new commits --- oh-my-zsh/.oh-my-zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oh-my-zsh/.oh-my-zsh b/oh-my-zsh/.oh-my-zsh index 9b1c21a..547a6ce 160000 --- a/oh-my-zsh/.oh-my-zsh +++ b/oh-my-zsh/.oh-my-zsh @@ -1 +1 @@ -Subproject commit 9b1c21a409beb349d97fe4e9b9a0a9302ce68c9a +Subproject commit 547a6ce260362b06e86a9c366dc29984c0954124 From 0f963442aac5e50c06157c26d0998fc32fe27507 Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Tue, 30 Oct 2018 14:59:09 +0100 Subject: [PATCH 4/5] updated i3 for 4k screen --- i3/.Xresources.desktop | 1 - i3/.config/i3/config.desktop | 14 ++++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/i3/.Xresources.desktop b/i3/.Xresources.desktop index 9972b8f..8afabd0 100644 --- a/i3/.Xresources.desktop +++ b/i3/.Xresources.desktop @@ -2,7 +2,6 @@ ! Xft settings !------------------------------------------------------------------------------- -Xft.dpi: 96 Xft.antialias: false Xft.rgba: rgb Xft.hinting: true diff --git a/i3/.config/i3/config.desktop b/i3/.config/i3/config.desktop index 4bd9a7a..e9b5728 100644 --- a/i3/.config/i3/config.desktop +++ b/i3/.config/i3/config.desktop @@ -11,7 +11,8 @@ set $mod Mod4 # #---Start External Scripts---# # # Align monitors -exec_always --no-startup-id xrandr --output DP-1 --mode 2560x1440 --dpi 96 --primary --output HDMI-1 --mode 1920x1200 --right-of DP-1 --rotate left +exec_always --no-startup-id xrandr --newmode "2560x1440_40" 201.00 2560 2720 2984 3408 1440 1443 1448 1476 -hsync +vsync && xrandr --addmode HDMI-2 2560x1440_40 && xrandr --output DP-1 --mode 3840x2160 --primary --output HDMI-2 --mode 2560x1440_40 --left-of DP-1 --rotate left + # Polybar exec_always --no-startup-id $HOME/.config/polybar/launch-desktop.sh # Composite manager @@ -146,7 +147,16 @@ bindsym $mod+Shift+8 move container to workspace $workspace8 bindsym $mod+Shift+9 move container to workspace $workspace9 bindsym $mod+Shift+0 move container to workspace $workspace10 -workspace $workspace7 output HDMI-1 +workspace $workspace1 output DP-1 +workspace $workspace2 output DP-1 +workspace $workspace3 output DP-1 +workspace $workspace4 output DP-1 +workspace $workspace5 output DP-1 +workspace $workspace6 output DP-1 +workspace $workspace7 output HDMI-2 +workspace $workspace8 output DP-1 +workspace $workspace9 output DP-1 +workspace $workspace0 output DP-1 # enable floating for apps for_window [title="Screen Layout Editor"] floating enable From 12fda832aed542bf97009761c8efd359e21f4850 Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Wed, 31 Oct 2018 16:37:04 +0100 Subject: [PATCH 5/5] added new url to aljazeera.sh script --- bin/bin/aljazeera.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bin/aljazeera.sh b/bin/bin/aljazeera.sh index cfe8d30..a6b9364 100755 --- a/bin/bin/aljazeera.sh +++ b/bin/bin/aljazeera.sh @@ -1,2 +1,2 @@ #!/bin/sh -mpv -quiet "https://www.youtube.com/watch?v=Qmu26hkNhrA" > /dev/null & disown +mpv -quiet "https://www.youtube.com/watch?v=iygNrT5d27U" > /dev/null & disown