From a7b4e094e5e16d19b007088e7f6aecb2be9e050f Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sun, 3 Jul 2022 18:23:44 +0200 Subject: update --- .config/i3/config | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to '.config/i3') diff --git a/.config/i3/config b/.config/i3/config index 48c461c..c78f84b 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -59,6 +59,8 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU # enable floating mode for_window [class="Arandr"] floating enable for_window [class="Brave-browser"] floating enable +for_window [class="Blueberry.py"] floating enable +for_window [class="Blueman-manager"] floating enable for_window [class="Chromium"] floating enable for_window [title="Task Manager - Chromium"] floating enable for_window [title="Gestionnaire de tâches – Chromium"] floating enable @@ -67,7 +69,8 @@ for_window [class="discord"] floating enable for_window [class="Display"] floating enable for_window [class="Feedreader"] floating enable for_window [class="feh"] floating enable -for_window [class="firefox"] floating enable +#for_window [class="firefox"] floating enable +for_window [class="fluent-reader"] floating enable border normal for_window [class="Geeqie"] floating enable for_window [class="Gpicview"] floating enable for_window [class="Ghb"] floating enable @@ -76,17 +79,22 @@ for_window [class="gnuplot_qt"] floating enable for_window [instance="gxditview"] floating enable for_window [class="Keybase"] floating enable for_window [class="libreoffice"] floating enable +for_window [class="Liferea"] floating enable for_window [class="llpp"] floating enable for_window [class="MuPDF"] floating enable +for_window [class="Org.gnome.Software"] floating enable for_window [class="Pavucontrol"] floating enable -for_window [class="Slack"] floating enable +for_window [title="QEMU"] floating enable +for_window [class="RSS Guard"] floating enable for_window [class="Signal"] floating enable +for_window [class="Slack"] floating enable for_window [class="Spotify"] floating enable for_window [class="Thunderbird"] floating enable for_window [class="vlc"] floating enable for_window [instance="wish"] floating enable for_window [class="wpa_gui"] floating enable for_window [class="XVroot"] floating enable +#for_window [class="XTerm"] floating enable for_window [class="zoom"] floating enable bindsym button3 floating toggle @@ -103,15 +111,17 @@ bindsym $mod+w kill bindsym --release button2 kill # start dmenu (a program launcher) -#bindsym $mod+d exec dmenu_run +bindsym $mod+d exec dmenu_run # There also is the (new) i3-dmenu-desktop which only displays applications # shipping a .desktop file. It is a wrapper around dmenu, so you need that # installed. #bindsym $mod+d exec --no-startup-id i3-dmenu-desktop -dmenu="dmenu -i -fn 'Mono-9'" #bindsym F1 exec --no-startup-id i3-dmenu-desktop -dmenu="dmenu -i -fn 'Mono-9'" -bindsym $mod+d exec --no-startup-id i3-dmenu-desktop +#bindsym $mod+d exec --no-startup-id i3-dmenu-desktop #bindsym F1 exec --no-startup-id i3-dmenu-desktop -entry-type=command -bindsym F1 exec --no-startup-id i3-dmenu-desktop -dmenu="dmenu -i -fn 'Fixed-12'" +#bindsym F1 exec --no-startup-id i3-dmenu-desktop -dmenu="dmenu -i -fn 'Fixed-12'" +#bindsym F1 exec --no-startup-id i3-dmenu-desktop -dmenu="dmenu -i -fn 'xft:fixed:style=bold:pixelsize=12'" +bindsym F1 exec --no-startup-id i3-dmenu-desktop -dmenu="dmenu -i -fn 'MiscFixedSC613-9'" # Use playerctl to control media player from keyboard bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause -- cgit v1.3 From fdf9f492e04870da59f180bbaffedf610952bfd0 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sat, 24 Sep 2022 17:09:15 +0200 Subject: update --- .bashrc | 2 +- .config/i3/config | 6 +++--- .profile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to '.config/i3') diff --git a/.bashrc b/.bashrc index 56ba669..2a3d2d4 100644 --- a/.bashrc +++ b/.bashrc @@ -63,7 +63,7 @@ alias gtb='go test -v -cpuprofile cpu.out -memprofile mem.out -benchmem -bench' alias rvi='sudo vim' alias rxt='sudo xt' alias rxvi='sudo xvi' -alias ww='vi ~/Wiki/HomePage' +alias ww='vi ~/Wiki/home_page.md' alias dotfiles='git --git-dir=$HOME/dotfiles --work-tree=$HOME' alias uc='systemctl --user' diff --git a/.config/i3/config b/.config/i3/config index c78f84b..00255b3 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -61,9 +61,9 @@ for_window [class="Arandr"] floating enable for_window [class="Brave-browser"] floating enable for_window [class="Blueberry.py"] floating enable for_window [class="Blueman-manager"] floating enable -for_window [class="Chromium"] floating enable -for_window [title="Task Manager - Chromium"] floating enable -for_window [title="Gestionnaire de tâches – Chromium"] floating enable +#for_window [class="Chromium"] floating enable +#for_window [title="Task Manager - Chromium"] floating enable +#for_window [title="Gestionnaire de tâches – Chromium"] floating enable for_window [instance="DOTTY"] floating enable for_window [class="discord"] floating enable for_window [class="Display"] floating enable diff --git a/.profile b/.profile index 1d05d72..fadd6d8 100644 --- a/.profile +++ b/.profile @@ -4,10 +4,10 @@ PATH=~/bin:$PATH:~/go/bin [ "${SHELL##*/}" = bash ] && { . ~/.bashrc - eval "$(gh completion -s bash)" + # eval "$(gh completion -s bash)" } -alias dotfiles='git --git-dir=$HOME/dotfiles --work-tree=$HOME' +# alias dotfiles='git --git-dir=$HOME/dotfiles --work-tree=$HOME' # Last action: auto start X11 when logged on first console #case $HOSTNAME in -- cgit v1.3