Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;#########################################################################################
- ;#á°á°á° ă đŁ đ á ŕź á ŕź âł â´ á°á°á° á°đ¸á¤đâ´˝đšĐâ´á¤ ⟍đđšâľĐŞĐâ´˝ áŽá¤đđđđę¤ á°á°á°á°á°á°á°á°á°á°á°á°á°á°á°á°#
- ;#á°á°á° https://github.com/poetician á°á°á°á°á°á°á° https://pastebin.com/u/poetician á°á°á°#
- ;#á°á°á° Based On á°á°á°#
- ;#á°á°á° ISO_RELEASE=v21.09.11 á°á°á°#
- ;#á°á°á° ISO_CODENAME=ArcoLinuxB-xtended á°á°á°#
- ;#á°á°á° ISO_BUILD=Sat Aug 28 12:41:48 PM CEST 2021 á°á°á°#
- ;#á°á°á° https://www.arcolinux.info/ á°á°á°#
- ;#á°á°á°á°á°á°á°á°á°á°á°á°á°á°á°á°á°á°á°á°á°á°á°#
- ; wmderland configuration file
- ;
- ; To describe a window, run `xprop` and click on the target window, and
- ; you will get something like this as output:
- ;
- ; WM_CLASS(STRING) = (2)"urxvt", (1)"URxvt"
- ; _NET_WM_NAME(UTF8_STRING) = (3)"urxvt"
- ;
- ; To make urxvt floating by default, write in this order:
- ; (1) res_class (2) res_name (3) _NET_WM_NAME. (1) is always required,
- ; (2) and (3) are optional.
- ; example: float URxvt,urxvt,urxvt true
- ; [Global Variables]
- ; `set <Key> = <Value>` to set a builtin variable
- ; `set $<Variable> = <Value>` to define your own variable
- ; -----------------------------------------------------------------------
- set gap_width = 8
- set border_width = 4
- set min_window_width = 60
- set min_window_height = 60
- set float_move_step = 8
- set float_resize_step = 8
- set focused_color = ffb99770
- set unfocused_color = ff666666
- set focus_follows_mouse = true
- set $Alt = Mod1
- set $Cmd = Mod4
- set $Mod = $Cmd
- ; [Spawning Rules]
- ; Assign an application to a specific workspace
- ; -----------------------------------------------------------------------
- assign firefox 1
- assign qimgv 2
- assign Nemo 3
- assign Atom 3
- assign libreoffice-startcenter 4
- assign kdenlive 5
- assign Gimp-2.10 6
- assign Google Earth Pro 7
- assign Xscreensaver-demo 8
- assign Audacious 8
- assign mpv 8
- assign qBittorrent 8
- assign Oomox 9
- assign Lxappearance 9
- ; [Floating Rules]
- ; Applications that should be floating by default
- ; -----------------------------------------------------------------------
- floating Alacritty true
- floating Arcolinux-tweak-tool.py true
- floating Arcolinux-desktop-trasher.py true
- floating Arcolinux-welcome-app.py true
- floating audacious true
- floating Gcolor3 true
- floating GParted true
- floating Grub-customizer true
- floating mpv true
- floating Peek true
- floating qt5ct true
- floating SimpleScreenRecorder true
- ;floating Xscreensaver-demo true
- ; [Fullscreen Rules]
- ; Applications that should be fullscreen by default
- ; -----------------------------------------------------------------------
- ;fullscreen firefox true
- ;fullscreen libreoffice true
- ;fullscreen Gimp-2.10 true
- ;fullscreen kdenlive true
- ;fullscreen Google Earth Pro true
- ; [Prohibit Rules]
- ; Applications that should be prohibited from being launched
- ; -----------------------------------------------------------------------
- ;prohibit application true
- ; [Keybind]
- ; `bindsym <Modifier>+<Key> action1; action2; action3; ...` where
- ; an action can be either a built-in action or a shell command to execute
- ; -----------------------------------------------------------------------
- bindsym $Mod+1 goto_workspace 1
- bindsym $Mod+2 goto_workspace 2
- bindsym $Mod+3 goto_workspace 3
- bindsym $Mod+4 goto_workspace 4
- bindsym $Mod+5 goto_workspace 5
- bindsym $Mod+6 goto_workspace 6
- bindsym $Mod+7 goto_workspace 7
- bindsym $Mod+8 goto_workspace 8
- bindsym $Mod+9 goto_workspace 9
- bindsym $Mod+Shift+j workspace -1
- bindsym $Mod+Shift+k workspace +1
- bindsym $Mod+Shift+1 move_window_to_workspace 1
- bindsym $Mod+Shift+2 move_window_to_workspace 2
- bindsym $Mod+Shift+3 move_window_to_workspace 3
- bindsym $Mod+Shift+4 move_window_to_workspace 4
- bindsym $Mod+Shift+5 move_window_to_workspace 5
- bindsym $Mod+Shift+6 move_window_to_workspace 6
- bindsym $Mod+Shift+7 move_window_to_workspace 7
- bindsym $Mod+Shift+8 move_window_to_workspace 8
- bindsym $Mod+Shift+9 move_window_to_workspace 9
- bindsym $Mod+h navigate_left
- bindsym $Mod+l navigate_right
- bindsym $Mod+k navigate_up
- bindsym $Mod+j navigate_down
- bindsym $Mod+$Alt+Shift+h float_move_left
- bindsym $Mod+$Alt+Shift+l float_move_right
- bindsym $Mod+$Alt+Shift+k float_move_up
- bindsym $Mod+$Alt+Shift+j float_move_down
- bindsym $Mod+$Alt+h resize_width -3
- bindsym $Mod+$Alt+l resize_width +3
- bindsym $Mod+$Alt+k resize_height -3
- bindsym $Mod+$Alt+j resize_height +3
- bindsym $Mod+b tile_h
- bindsym $Mod+v tile_v
- bindsym $Mod+Shift+space toggle_floating
- bindsym $Mod+f toggle_fullscreen
- bindsym $Mod+Shift + q kill
- bindsym Mod+Shift+Escape exit
- bindsym $Mod+Shift+r reload
- bindsym $Mod+$Alt+1 resize_set_ratio 10
- bindsym $Mod+$Alt+2 resize_set_ratio 20
- bindsym $Mod+$Alt+3 resize_set_ratio 30
- bindsym $Mod+$Alt+4 resize_set_ratio 40
- bindsym $Mod+$Alt+5 resize_set_ratio 50
- bindsym $Mod+$Alt+6 resize_set_ratio 60
- bindsym $Mod+$Alt+7 resize_set_ratio 70
- bindsym $Mod+$Alt+8 resize_set_ratio 80
- bindsym $Mod+$Alt+9 resize_set_ratio 90
- bindsym $Mod+$Alt+equal resize_reset_ratios
- bindsym $Mod+Escape exec toggle_screen.sh
- bindsym Control+Shift+3 exec scrotutl -f
- bindsym Control+Shift+4 exec scrotutl -s
- bindsym Control+Print exec xfce4-screenshooter
- ; Application Launching
- ;Start drun Mode
- bindsym $Mod+r exec rofi -show drun -show-icons -fake-transparency -auto-select -font "Bauhaus 14"
- ;Start Rofi Combi Mode
- bindsym $Mod+Control+c exec rofi -show combi -show-icons -fake-transparency -auto-select -location 4 -lines 5 -columns 1 -width 30 -font "Bauhaus 14"
- ;Start Rofi Window Mode
- bindsym $Mod+w exec rofi -show window -show-icons -fake-transparency -auto-select -location 4 -lines 5 -columns 1 -width 30 -font "Bauhaus 14"
- ;Start Rofi-Shortcuts
- ;bindsym $Mod+Control+r exec ~/.config/rofi/rofi-shortcuts/rofi-shortcuts.sh
- ;Start Rofi Theme Selector
- bindsym Control+Mod1+r exec rofi-theme-selector -show-icons -fake-transparency -auto-select -location 4 -lines 5 -columns 1 -width 30 -font "Bauhaus 14"
- ;Start jgmenuu
- bindsym $Mod+Control+j exec jgmenu_run
- bindsym $Mod+Return exec alacritty
- bindsym $Mod+Shift+Return goto_workspace 3; exec nemo
- bindsym $Mod+a goto_workspace 3; exec atom
- bindsym $Mod+F1 exec atom ~/.config/alacritty/alacritty.yml
- bindsym $Mod+F2 exec atom ~/.bashrc
- bindsym $Mod+F3 exec atom ~/.config/wmderland/config
- bindsym $Mod+F4 exec atom ~/.config/i3/config
- bindsym $Mod+F5 exec atom ~/.config/picom.conf
- bindsym $Mod+F6 exec atom ~/.config/polybar/config
- bindsym $Mod+F7 exec atom ~/.config/sxhkd/sxhkdrc
- bindsym $Mod+F8 exec atom ~/.zshrc
- bindsym $Mod+F9 exec meld
- bindsym $Mod+F10 exec goto_workspace 9; VirtualBox Manager
- bindsym $Mod+F11 exec dmenu_run
- bindsym $Mod+F12 exec xlunch
- bindsym $Mod+d goto_workspace 8; exec discord
- bindsym $Mod+e goto_workspace 7; exec googleearth-bin
- bindsym $Mod+g goto_workspace 6; exec Gimp-2.10
- bindsym $Mod+n exec nitrogen
- bindsym $Mod+o goto_workspace 9; exec oomox-gui
- bindsym $Mod+x exec arcolinux-logout
- bindsym $Mod+0 goto_workspace 4; exec libreoffice-startcenter
- bindsym Control+Mod1+f goto_workspace 1; exec firefox
- bindsym Control+Mod1+l goto_workspace 9; exec lxappearance
- ; [Autostart]
- ; Applications to execute when WM starts up (DON'T append '&' at the end)
- ; -----------------------------------------------------------------------
- exec dunst
- exec_on_reload /usr/lib/geoclue-2.0/demos/agent
- exec nitrogen --restore
- exec nm-applet
- exec parcellite
- exec picom --config ~/.config/picom.conf
- exec_on_reload /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
- exec_on_reload ~/.config/polybar/launch.sh
- exec pulseaudio --start --log-target=syslog
- exec redshift -l nn.nn:nn.nn
- exec setxkbmap -option caps:swapescape
- exec volumeicon
- exec workrave
- exec_on_reload xfce4-power-manager
- exec_on_reload xscreensaver
- exec xscreensaver-demo
Add Comment
Please, Sign In to add comment