From f9dad269e3010fd68c104dceca58ce074fc42bda Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Thu, 29 Feb 2024 09:49:18 +0100 Subject: [PATCH 1/2] sway: harmonized settings with i3 --- .config/sway/config.sample | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/sway/config.sample b/.config/sway/config.sample index f759e75..068e708 100644 --- a/.config/sway/config.sample +++ b/.config/sway/config.sample @@ -29,7 +29,7 @@ set $menu dmenu_path | dmenu -sb '#002b36' -sf '#839496' -nb '#839496' -nf '#002 ### Output configuration # # wallpaper -output * bg $HOME/Bilder/current.jpg fit #000000 +output * bg $HOME/Bilder/current.jpg fit #002b36 # # Screen output eDP-1 resolution 1920x1080 position 0,0 @@ -77,7 +77,7 @@ input type:keyboard { bindsym $mod+Shift+q kill # Start your launcher - bindsym $mod+d exec $menu + bindsym $mod+space exec $menu # Drag floating windows by holding down $mod and left mouse button. # Resize them with right mouse button + $mod. @@ -163,7 +163,7 @@ input type:keyboard { bindsym $mod+Shift+space floating toggle # Swap focus between the tiling area and the floating area - bindsym $mod+space focus mode_toggle + bindsym $mod+Alt+space focus mode_toggle # Move focus to the parent container bindsym $mod+a focus parent @@ -256,8 +256,8 @@ bar { exec xrdb $HOME/.Xresources exec mako exec swayidle -w \ - timeout 60 'swaylock -f -c 000000' \ - timeout 90 'swaymsg "output * dpms off"' \ + timeout 120 'swaylock -f -c 000000' \ + timeout 180 'swaymsg "output * dpms off"' \ resume 'swaymsg "output * dpms on"' \ before-sleep 'swaylock -f -c 000000' \ lock 'swaylock -f -c 000000' From 1e328b3b57f9bcf49e08483ff9a0db42ec666d03 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Thu, 29 Feb 2024 13:25:12 +0100 Subject: [PATCH 2/2] vim: removed GDB, added new version from Vundle --- .vim/bundle/Vundle.vim | 2 +- .vimrc | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.vim/bundle/Vundle.vim b/.vim/bundle/Vundle.vim index b255382..0765c5c 160000 --- a/.vim/bundle/Vundle.vim +++ b/.vim/bundle/Vundle.vim @@ -1 +1 @@ -Subproject commit b255382d6242d7ea3877bf059d2934125e0c4d95 +Subproject commit 0765c5c4f485fa111f190e2d7dd89ec9f5b3f554 diff --git a/.vimrc b/.vimrc index 4a3ccd4..9662eb3 100644 --- a/.vimrc +++ b/.vimrc @@ -26,7 +26,6 @@ call vundle#begin() Plugin 'majutsushi/tagbar' Plugin 'mhinz/vim-startify' Plugin 'preservim/nerdtree' - Plugin 'sakhnik/nvim-gdb' Plugin 'sheerun/vim-polyglot' Plugin 'Shougo/deoplete-clangx' Plugin 'Shougo/deoplete.nvim'