diff --git a/home/.config/awesome/configurations/keybindings.lua b/home/.config/awesome/configurations/keybindings.lua index 41f3d0c..431b257 100644 --- a/home/.config/awesome/configurations/keybindings.lua +++ b/home/.config/awesome/configurations/keybindings.lua @@ -19,6 +19,7 @@ local alt = "Mod1" -- Default Applications : --terminal = "alacritty" terminal = "kitty" +web_browser = "brave" editor = os.getenv("EDITOR") or "nano" editor_cmd = terminal .. " -e " .. editor @@ -59,7 +60,9 @@ awful.keyboard.append_global_keybindings({ awful.key({ modkey, shift }, "q", awesome.quit, {description = "quit awesome", group = "awesome"}), - awful.key({ modkey, }, "Return", function () awful.spawn(terminal) end, {description = "open a terminal", group = "launcher"}), + awful.key({ modkey, }, "Return", function () awful.spawn(terminal) end, {description = "open a terminal", group = "launcher"}), + + awful.key({ modkey, }, "b", function () awful.spawn(web_browser) end, {description = "Open Web Browser", group = "launcher"}), awful.key({ modkey, shift }, "Return", function () awful.spawn("xterm") end, {description = "open a terminal", group = "launcher"}), -- awful.key({ modkey }, "p", function() menubar.show() end, @@ -236,9 +239,6 @@ awful.keyboard.append_global_keybindings({ -- ClipMenu : awful.key({ modkey}, "Insert", function () awful.spawn("clipmenu") end,{description = "clipboard history by rofi/clipmenud", group = "awesome"}), - -- Firefox : - awful.key({ modkey }, "b", function () awful.spawn("firefox") end, {description = "Firefox", group = "Web Browser"}), - -- Center Window : awful.key({ modkey }, "y", awful.placement.centered) diff --git a/home/install b/home/install index c26f0de..5b15393 100755 --- a/home/install +++ b/home/install @@ -2,5 +2,4 @@ cp -r .local .zprofile .vimrc .xinitrc .xprofile .Xresources .zshrc .bashrc ~/ cp -r .config/* ~/.config/ -xrdb ~/.Xresources diff --git a/install b/install index 7203df6..8b826df 100755 --- a/install +++ b/install @@ -23,7 +23,7 @@ fi # ~~~~~~~~~~~~~~~ echo -e "${Cyan}Installing Packeges ...${No}" #sudo pacman -Rns sudo -sudo pacman -Sy --needed --noconfirm xcompmgr xdotool acpi xsel clipmenu xfce4-power-manager lxappearance nitrogen feh viewnior man-db kitty pacman-contrib xclip rsync arandr sxhkd pcmanfm-gtk3 obs-studio pamixer brightnessctl playerctl redshift maim gnome-disk-utility cups xcalib exa lsd ghex cherrytree mpv audacious gst-libav net-tools gpick gdb curl wget alacritty terminator python-pip tk xterm tor cmatrix htop neofetch zsh veracrypt engrampa p7zip unzip cdrtools gufw android-tools ranger ueberzug rofi rofi-emoji geany neovim inetutils dnsutils macchanger zathura zathura-ps zathura-djvu zathura-pdf-poppler qt5ct qt6ct kvantum-qt5 ffmpegthumbnailer tumbler grub-customizer mtpfs gvfs-mtp gvfs-gphoto2 qbittorrent btop qalculate-gtk volumeicon remmina freerdp qt5-tools python-pyqt5 qt6-tools python-pyqt6 qt5-quickcontrols2 qt5-graphicaleffects qt5-svg mesa-utils intel-media-driver rhash libva-utils firefox +sudo pacman -Sy --needed --noconfirm xcompmgr xdotool acpi xsel clipmenu xfce4-power-manager lxappearance nitrogen feh viewnior man-db kitty pacman-contrib xclip rsync arandr sxhkd pcmanfm-gtk3 obs-studio pamixer brightnessctl playerctl redshift maim gnome-disk-utility cups xcalib exa lsd ghex cherrytree mpv audacious gst-libav net-tools gpick gdb curl wget alacritty terminator python-pip tk xterm tor cmatrix htop neofetch zsh veracrypt engrampa p7zip unzip cdrtools gufw android-tools ranger ueberzug rofi rofi-emoji geany neovim inetutils dnsutils macchanger zathura zathura-ps zathura-djvu zathura-pdf-poppler qt5ct qt6ct kvantum-qt5 ffmpegthumbnailer tumbler grub-customizer mtpfs gvfs-mtp gvfs-gphoto2 qbittorrent btop qalculate-gtk volumeicon remmina freerdp qt5-tools python-pyqt5 qt6-tools python-pyqt6 qt5-quickcontrols2 qt5-graphicaleffects qt5-svg mesa-utils intel-media-driver rhash libva-utils gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly #firefox echo -e "QT_QPA_PLATFORMTHEME=qt5ct\nexport CM_LAUNCHER=rofi\nexport CM_HISTLENGTH=50\nexport CM_DIR=/tmp/clipmenu" | sudo tee -a /etc/environment echo -e "${Green}Installing Packages Done ${No}" echo "" @@ -32,7 +32,7 @@ echo "" # Aur Packages : # ~~~~~~~~~~~~~~ echo -e "${Cyan}Installing Aur Packeges ... ${No}" -yay -Sy --needed --noconfirm bcm43142a0-firmware aic94xx-firmware xkb-switch scrcpy jmtpfs papirus-icon-theme papirus-folders yt-dlp picom-jonaburg-git sddm-config-editor-git matcha-gtk-theme kvantum-theme-matcha-git kvantum-theme-nordic-git +yay -Sy --needed --noconfirm bcm43142a0-firmware aic94xx-firmware xkb-switch scrcpy jmtpfs papirus-icon-theme papirus-folders yt-dlp picom-jonaburg-git sddm-config-editor-git matcha-gtk-theme kvantum-theme-matcha-git kvantum-theme-nordic-git brave-bin #sudo papirus-folders -C yaru --theme Papirus-Dark sudo papirus-folders -C bluegrey --theme Papirus-Dark echo -e "${Green}Installing Aur Packeges Done ${No}"