conf
This commit is contained in:
parent
62966c2fce
commit
fcc31cdba8
13 changed files with 127 additions and 69 deletions
43
config
43
config
|
|
@ -1,4 +1,5 @@
|
|||
# @see: $ xmodmap
|
||||
|
||||
set $window Mod4
|
||||
set $altleft Mod1
|
||||
set $shift Shift
|
||||
|
|
@ -35,11 +36,15 @@ workspace_auto_back_and_forth yes
|
|||
|
||||
# @see fc-list, fc-cache -f -v
|
||||
font pango:Bitstream Vera Sans Mono, 9
|
||||
#font pango:System San Francisco Display 8
|
||||
#
|
||||
# Use Mouse+$window to drag floating windows to their wanted position
|
||||
floating_modifier $window
|
||||
|
||||
# I3-GAPS
|
||||
# gaps inner 5
|
||||
# smart_gaps on
|
||||
# /I3-GAPS
|
||||
|
||||
# start a terminal
|
||||
# bindsym $window+$enter exec i3-sensible-terminal
|
||||
bindsym $window+$enter exec ~/bin/urxvt
|
||||
|
|
@ -92,7 +97,7 @@ bindsym $window+$shift+$space floating toggle
|
|||
bindsym $window+$space focus mode_toggle
|
||||
|
||||
# focus the parent container
|
||||
bindsym $window+q focus parent
|
||||
bindsym $window+a focus parent
|
||||
|
||||
bindsym $window+b workspace back_and_forth
|
||||
|
||||
|
|
@ -187,8 +192,13 @@ bindsym XF86Calculator exec qalculate
|
|||
bindsym $window+l exec mlclipboard
|
||||
bindsym $window+$shift+S exec i3-msg "sticky toggle"
|
||||
|
||||
for_window [title="SM-G950F"] floating enable
|
||||
for_window [title="OTPClient"] floating enable
|
||||
for_window [title="Syncthing-GTK"] floating enable
|
||||
for_window [title="FLOAT"] floating enable
|
||||
#for_window [title="sms-send"] floating enable
|
||||
for_window [title="Deluge"] floating enable
|
||||
for_window [title="VirtualBox"] floating enable
|
||||
#for_window [title="VirtualBox"] floating enable
|
||||
for_window [title="Thème du panel tint2"] floating enable
|
||||
for_window [title="Gestionnaire de tâches"] floating enable
|
||||
for_window [title="Liste des applications"] floating enable
|
||||
|
|
@ -209,6 +219,7 @@ for_window [title="Gnuplot"] floating enable
|
|||
for_window [title="Network Connect"] floating enable
|
||||
for_window [title="Android Emulator"] floating enable
|
||||
for_window [title="Guake"] floating enable
|
||||
for_window [title="^Agenda$"] floating enable
|
||||
for_window [title=".*"] border 1pixel
|
||||
|
||||
bar {
|
||||
|
|
@ -224,9 +235,11 @@ bar {
|
|||
background #000000
|
||||
statusline #ffffff
|
||||
#border bg text
|
||||
focused_workspace #a74068 #bd4875 #ffffff
|
||||
active_workspace #333333 #5f676a #ffffff
|
||||
inactive_workspace #111111 #111111 #888888
|
||||
# focused_workspace #a74068 #bd4875 #ffffff
|
||||
# focused_workspace #05abba #07c0d4 #01282c
|
||||
focused_workspace #333333 #333333 #07c0d4
|
||||
active_workspace #5f676a #5f676a #ffffff
|
||||
inactive_workspace #222222 #222222 #bababa
|
||||
urgent_workspace #5aaad8 #6ac6ff #ffffff
|
||||
}
|
||||
}
|
||||
|
|
@ -253,23 +266,31 @@ bar {
|
|||
}
|
||||
}
|
||||
|
||||
# exec sudo service alsa-utils stop && pulseaudio --start
|
||||
#exec alsactl init -c 1
|
||||
exec start-pulseaudio-x11
|
||||
exec alsactl init
|
||||
exec tint2
|
||||
exec rofi -key-run 'SuperL+Alt+d' -Key-ssh 'SuperL+Alt+s' -key-window 'SuperL+Alt+w'
|
||||
exec feh --bg-fill ~/wallpaper.jpg
|
||||
exec setxkbmap fr oss
|
||||
# exec xfce4-clipman
|
||||
exec mpd
|
||||
exec nextcloud
|
||||
exec gpg-agent --daemon
|
||||
exec wicd-gtk -t
|
||||
exec alsactl init -c 1
|
||||
exec volumeicon
|
||||
exec ~/bin/sshplus.py
|
||||
# exec volumeicon
|
||||
exec pasystray
|
||||
# exec ~/bin/sshplus.py
|
||||
exec systemctl --user start xfce4-notifyd
|
||||
exec sleep 3 && monitordisplay -s -m laptop
|
||||
exec sleep 3 && monitordisplay -s -m hdmi
|
||||
exec ~/bin/reload_wallpaper
|
||||
exec redshift-gtk -l 47.51659:6.7809
|
||||
exec blueman-applet
|
||||
# exec blueman-applet
|
||||
exec /home/simon/bin/remote_i3_server
|
||||
exec flatpak run com.github.bajoja.indicator-kdeconnect/x86_64/stable
|
||||
#exec flatpak run com.github.bajoja.indicator-kdeconnect/x86_64/stable
|
||||
exec kdeconnect-indicator
|
||||
exec flatpak run me.kozec.syncthingtk --minimized
|
||||
exec xbacklight + 100
|
||||
exec xdg-mime default pcmanfm.desktop inode/directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue